All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description BatchSpanProcessor Implementation of theSpanProcessorthat batches spans exported by the SDK then pushes them to the exporter pipeline.BatchSpanProcessor.Builder Builder class forBatchSpanProcessor.IdGenerator Interface used by theTracerSdkto generate newSpanIds andTraceIds.MultiSpanExporter Deprecated. MultiSpanProcessor Deprecated. ParentBasedSampler A Sampler that uses the sampled flag of the parent Span, if present.ParentBasedSampler.Builder A builder for creating ParentBased sampler instances.ReadableSpan The extend Span interface used by the SDK.ReadWriteSpan A combination of the write methods from theSpaninterface and the read methods from theReadableSpaninterface.Sampler Sampler is used to make decisions onSpansampling.SamplingResult Sampling result returned bySampler.shouldSample(Context, String, String, Span.Kind, Attributes, List).SamplingResult.Decision A decision on whether a span should be recorded, recorded and sampled or dropped.SimpleSpanProcessor An implementation of theSpanProcessorthat converts theReadableSpantoSpanDataand passes it directly to the configured exporter.SimpleSpanProcessor.Builder Builder class forSimpleSpanProcessor.SpanData Immutable representation of all data collected by theSpanclass.SpanData.Event SpanData.Link A link to aSpan.SpanData.Status Defines the status of aSpanby providing a standardStatusCodein conjunction with an optional descriptive message.SpanExporter An interface that allows different tracing services to export recorded data for sampled spans in their own format.SpanProcessor SpanProcessor is the interfaceTracerSdkuses to allow synchronous hooks for when aSpanis started or when aSpanis ended.TraceConfig Class that holds global trace parameters.TraceConfig.Builder Builder forTraceConfig.TracerProviderFactorySdk SDK implementation of the TracerProviderFactory for SPI.TracerSdkManagement "Management" interface for the Tracing SDK.TracerSdkProvider Tracerprovider implementation forTracerProvider.TracerSdkProvider.Builder Builder class for the TraceSdkProvider.