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.SDK representation of aSpan
that can be read.A combination of the write methods from theSpan
interface and the read methods from theReadableSpan
interface.SDK implementation forTracerProvider
.Builder ofSdkTracerProvider
.Class that holds limits enforced during span recording.Builder forSpanLimits
.SpanProcessor is the interfaceSdkTracer
uses to allow synchronous hooks for when aSpan
is started or when aSpan
is ended.