Package io.opentelemetry.sdk.trace
@ParametersAreNonnullByDefault
package io.opentelemetry.sdk.trace
The OpenTelemetry SDK implementation of tracing.
- See Also:
-
ClassDescriptionInterface used by the
SdkTracer
to generate newSpanId
s andTraceId
s.The extend Span interface used by the SDK.A combination of the write methods from theSpan
interface and the read methods from theReadableSpan
interface.Tracer
provider implementation forTracerProvider
.Builder ofSdkTracerProvider
.Class that holds limits enforced during span recording.Builder forSpanLimits
.SpanProcessor is the interfaceTracerSdk
uses to allow synchronous hooks for when aSpan
is started or when aSpan
is ended.