Uses of Package
io.opentelemetry.sdk.trace.export
-
Packages that use io.opentelemetry.sdk.trace.export Package Description io.opentelemetry.exporter.otlp.http.trace OpenTelemetry exporter which sends span data to OpenTelemetry collector via OTLP HTTP.io.opentelemetry.exporter.otlp.internal io.opentelemetry.exporter.otlp.trace OpenTelemetry exporter which sends span data to OpenTelemetry collector via OTLP gRPC.io.opentelemetry.sdk.autoconfigure io.opentelemetry.sdk.autoconfigure.spi Java SPI (Service Provider Interface) for implementing extensions to SDK autoconfiguration.io.opentelemetry.sdk.autoconfigure.spi.traces Java SPI (Service Provider Interface) for implementing extensions to SDK autoconfiguration of traces.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. -
Classes in io.opentelemetry.sdk.trace.export used by io.opentelemetry.exporter.otlp.http.trace Class Description SpanExporter 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.exporter.otlp.internal Class Description SpanExporter 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.exporter.otlp.trace Class Description SpanExporter 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 Class Description BatchSpanProcessor Implementation of theSpanProcessor
that batches spans exported by the SDK then pushes them to the exporter pipeline.SpanExporter 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.spi Class Description SpanExporter 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.spi.traces Class Description SpanExporter 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.trace.export Class Description BatchSpanProcessor Implementation of theSpanProcessor
that batches spans exported by the SDK then pushes them to the exporter pipeline.BatchSpanProcessor.Worker BatchSpanProcessorBuilder Builder class forBatchSpanProcessor
.SimpleSpanProcessor An implementation of theSpanProcessor
that converts theReadableSpan
toSpanData
and passes it directly to the configured exporter.SimpleSpanProcessorBuilder Builder class forSimpleSpanProcessor
.SpanExporter An interface that allows different tracing services to export recorded data for sampled spans in their own format.