Package io.opentelemetry.sdk.trace
The OpenTelemetry SDK implementation of tracing.
- See Also:
TracerSdkProvider
-
Interface Summary Interface Description IdGenerator Interface used by theTracerSdkto generate newSpanIds andTraceIds.ReadableSpan The extend Span interface used by the SDK.ReadWriteSpan A combination of the write methods from theSpaninterface and the read methods from theReadableSpaninterface.SpanProcessor SpanProcessor is the interfaceTracerSdkuses to allow synchronous hooks for when aSpanis started or when aSpanis ended.TracerSdkManagement "Management" interface for the Tracing SDK. -
Class Summary Class Description MultiSpanProcessor Deprecated. TracerSdkProvider Tracerprovider implementation forTracerProvider.TracerSdkProvider.Builder Builder class for the TraceSdkProvider.