Uses of Package
io.opentelemetry.sdk.trace.export
Packages that use io.opentelemetry.sdk.trace.export
Package
Description
OpenTelemetry exporter which sends span data to OpenTelemetry collector via OTLP HTTP.
OpenTelemetry exporter which sends span data to OpenTelemetry collector via OTLP gRPC.
Java SPI (Service Provider Interface) for implementing extensions to SDK autoconfiguration.
Java SPI (Service Provider Interface) for implementing extensions to SDK autoconfiguration of
traces.
Utilities that allow tracing services to export data for sampled spans, as well as providing
in-process span processing APIs.
-
Classes in io.opentelemetry.sdk.trace.export used by io.opentelemetry.exporter.otlp.http.traceClassDescriptionAn interface that allows different tracing services to export recorded data for sampled spans in their own format.
-
Classes in io.opentelemetry.sdk.trace.export used by io.opentelemetry.exporter.otlp.internalClassDescriptionAn interface that allows different tracing services to export recorded data for sampled spans in their own format.
-
Classes in io.opentelemetry.sdk.trace.export used by io.opentelemetry.exporter.otlp.traceClassDescriptionAn interface that allows different tracing services to export recorded data for sampled spans in their own format.
-
Classes in io.opentelemetry.sdk.trace.export used by io.opentelemetry.sdk.autoconfigureClassDescriptionImplementation of the
SpanProcessor
that batches spans exported by the SDK then pushes them to the exporter pipeline.An interface that allows different tracing services to export recorded data for sampled spans in their own format. -
Classes in io.opentelemetry.sdk.trace.export used by io.opentelemetry.sdk.autoconfigure.spiClassDescriptionAn interface that allows different tracing services to export recorded data for sampled spans in their own format.
-
Classes in io.opentelemetry.sdk.trace.export used by io.opentelemetry.sdk.autoconfigure.spi.tracesClassDescriptionAn interface that allows different tracing services to export recorded data for sampled spans in their own format.
-
Classes in io.opentelemetry.sdk.trace.export used by io.opentelemetry.sdk.trace.exportClassDescriptionImplementation 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.Builder class forSimpleSpanProcessor
.An interface that allows different tracing services to export recorded data for sampled spans in their own format.