Package io.opentelemetry.sdk.trace
The OpenTelemetry SDK implementation of tracing.
- See Also:
SdkTracerProvider
-
Interface Summary Interface Description IdGenerator Interface used by theSdkTracer
to generate newSpanId
s andTraceId
s.ReadableSpan The extend Span interface used by the SDK.ReadWriteSpan A combination of the write methods from theSpan
interface and the read methods from theReadableSpan
interface.SdkTracerManagement "Management" interface for the Tracing SDK.SpanProcessor SpanProcessor is the interfaceTracerSdk
uses to allow synchronous hooks for when aSpan
is started or when aSpan
is ended. -
Class Summary Class Description SdkTracerProvider Tracer
provider implementation forTracerProvider
.SdkTracerProviderBuilder Builder ofSdkTracerProvider
.