Module opentelemetry::sdk::export::trace
source · Expand description
Trace exporters
Modules
- Stdout Span Exporter
Structs
SpanDatacontains all the information collected by aSpanand can be used by exporters as a standard input.
Traits
SpanExporterdefines 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
- Describes the result of an export.