-
public class OpenObserveTracingObject responsible for providing tracing capabilities in the OpenObserve SDK.
-
-
Field Summary
Fields Modifier and Type Field Description public final static OpenObserveTracingINSTANCE
-
Method Summary
Modifier and Type Method Description final static OpenObserveTracerBuildernewTracerBuilder(SdkCore sdkCore)Creates and returns a new instance of OpenObserveTracerBuilder. -
-
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.
-
-
-
-