Expand description
Trace exporters
Structs§
- Span
Data SpanData
contains all the information collected by aSpan
and can be used by exporters as a standard input.
Traits§
- Span
Exporter SpanExporter
defines the interface that protocol-specific exporters must implement so that they can be plugged into OpenTelemetry SDK and support sending of telemetry data.
Type Aliases§
- Export
Result - Describes the result of an export.