Package 

Object OpenObserveTracing


  • 
    public class OpenObserveTracing
    
                        

    Object responsible for providing tracing capabilities in the OpenObserve SDK.

    • Method Summary

      Modifier and Type Method Description
      final static OpenObserveTracerBuilder newTracerBuilder(SdkCore sdkCore) Creates and returns a new instance of OpenObserveTracerBuilder.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • newTracerBuilder

         final static OpenObserveTracerBuilder newTracerBuilder(SdkCore sdkCore)

        Creates and returns a new instance of OpenObserveTracerBuilder. This method initializes and configures the tracer builder based on the provided SDK core instance and its setup. If certain required configurations are missing, a no-operation tracer builder is returned instead.

        Parameters:
        sdkCore - An instance of SdkCore, which provides configuration and features needed for initializing the tracer builder.