Package io.opentelemetry.sdk.trace
@ParametersAreNonnullByDefault
package io.opentelemetry.sdk.trace
The OpenTelemetry SDK implementation of tracing.
- See Also:
-
ClassDescriptionA utility for returning wall times anchored to a given point in time.Implementation of the
SpanProcessor
that simply forwards all received events to a list ofSpanProcessor
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.Implementation for theSpan
class that records trace events.SdkSpanBuilder
is SDK implementation ofSpanBuilder
.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.