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
SpanProcessorthat simply forwards all received events to a list ofSpanProcessors.SDK representation of aSpanthat can be read.A combination of the write methods from theSpaninterface and the read methods from theReadableSpaninterface.Implementation for theSpanclass that records trace events.SdkSpanBuilderis SDK implementation ofSpanBuilder.SDK implementation forTracerProvider.Builder ofSdkTracerProvider.Class that holds limits enforced during span recording.Builder forSpanLimits.SpanProcessor is the interfaceSdkTraceruses to allow synchronous hooks for when aSpanis started or when aSpanis ended.