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 Tracer SDK using a optional config.
Called to export sampled ReadableSpans.
the list of sampled Spans to be exported.
Optional
Immediately export all spans
Stops the exporter.
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 Tracer SDK using a optional config.