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.
Immediately export all spans
Stops the exporter.
Generated using TypeDoc
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.