All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description BatchSpanProcessor Implementation of theSpanProcessor
that batches spans exported by the SDK then pushes them to the exporter pipeline.BatchSpanProcessorBuilder Builder class forBatchSpanProcessor
.EventData Data representation of a event.IdGenerator Interface used by theSdkTracer
to generate newSpanId
s andTraceId
s.LinkData Data representation of a link.ParentBasedSamplerBuilder A builder for creating ParentBased sampler instances.ReadableSpan The extend Span interface used by the SDK.ReadWriteSpan A combination of the write methods from theSpan
interface and the read methods from theReadableSpan
interface.Sampler A Sampler is used to make decisions onSpan
sampling.SamplingDecision A decision on whether a span should be recorded, recorded and sampled or dropped.SamplingResult Sampling result returned bySampler.shouldSample(Context, String, String, SpanKind, Attributes, List)
.SdkTracerProvider Tracer
provider implementation forTracerProvider
.SdkTracerProviderBuilder Builder ofSdkTracerProvider
.SimpleSpanProcessor An implementation of theSpanProcessor
that converts theReadableSpan
toSpanData
and passes it directly to the configured exporter.SpanData Immutable representation of all data collected by theSpan
class.SpanExporter An interface that allows different tracing services to export recorded data for sampled spans in their own format.SpanLimits Class that holds limits enforced during span recording.SpanLimitsBuilder Builder forSpanLimits
.SpanProcessor SpanProcessor is the interfaceTracerSdk
uses to allow synchronous hooks for when aSpan
is started or when aSpan
is ended.StatusData Defines the status of aSpan
by providing a standardStatusCode
in conjunction with an optional descriptive message.