Package io.opentelemetry.sdk.trace.export
@ParametersAreNonnullByDefault
package io.opentelemetry.sdk.trace.export
Utilities that allow tracing services to export data for sampled spans, as well as providing
in-process span processing APIs.
Contents
Configuration options for components in this package can be read from system properties or environment variables with the use of the opentelemetry-autoconfiguration module.
-
ClassDescriptionImplementation of the
SpanProcessor
that batches spans exported by the SDK then pushes them to the exporter pipeline.Builder class forBatchSpanProcessor
.An implementation of theSpanProcessor
that converts theReadableSpan
toSpanData
and passes it directly to the configured exporter.An interface that allows different tracing services to export recorded data for sampled spans in their own format.