Uses of Class
io.opentelemetry.sdk.trace.TracerSharedState
-
Packages that use TracerSharedState Package Description io.opentelemetry.sdk.trace The OpenTelemetry SDK implementation of tracing. -
-
Uses of TracerSharedState in io.opentelemetry.sdk.trace
Fields in io.opentelemetry.sdk.trace declared as TracerSharedState Modifier and Type Field Description private TracerSharedStateSdkTracer. sharedStateprivate TracerSharedStateSdkTracerProvider. sharedStateprivate TracerSharedStateSdkSpanBuilder. tracerSharedStateConstructors in io.opentelemetry.sdk.trace with parameters of type TracerSharedState Constructor Description SdkSpanBuilder(java.lang.String spanName, InstrumentationScopeInfo instrumentationScopeInfo, TracerSharedState tracerSharedState, SpanLimits spanLimits)SdkTracer(TracerSharedState sharedState, InstrumentationScopeInfo instrumentationScopeInfo, TracerConfig tracerConfig)
-