Interface SpanExporter

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
MultiSpanExporter, NoopSpanExporter, OtlpGrpcSpanExporter, OtlpHttpSpanExporter

public interface SpanExporter extends Closeable
An interface that allows different tracing services to export recorded data for sampled spans in their own format.

To export data this MUST be register to the TracerSdk using a SimpleSpanProcessor or a BatchSampledSpansProcessor.