Package io.opentelemetry.sdk.trace
The OpenTelemetry SDK implementation of tracing.
- See Also:
SdkTracerProvider
-
Interface Summary Interface Description IdGenerator Interface used by theSdkTracerto 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. -
Class Summary Class Description SdkTracerProvider Tracerprovider implementation forTracerProvider.SdkTracerProviderBuilder Builder ofSdkTracerProvider.SpanLimits Class that holds limits enforced during span recording.SpanLimitsBuilder Builder forSpanLimits.