SpanExporter

interface SpanExporter

Interface for exporting completed spans.

Since

0.4.0

Functions

Link copied to clipboard
abstract fun export(spans: List<SpanData>): ExportResult

Export a batch of span data.

Link copied to clipboard
abstract fun flush(): ExportResult

Flush any buffered spans.

Link copied to clipboard
abstract fun shutdown(): ExportResult

Shutdown the exporter.