Expand description
OTLP (OpenTelemetry Protocol) span exporter.
Converts tracing spans to OTLP-compatible JSON for export to Jaeger, Zipkin, or any OTLP-compatible backend.
Structs§
- Otlp
Attribute - A key-value attribute on a span.
- Otlp
Span - An OTLP span — OpenTelemetry-compatible trace span.
- Otlp
Status - Span status.
- Resource
Attributes - Resource attributes (service name, version, etc.).
- Resource
Spans - Resource-level spans (one per service).
- Scope
Info - Scope metadata.
- Scope
Spans - Scope-level spans.
- Span
Batch - Batch of spans for export.
Functions§
- build_
export_ batch - Build a complete OTLP export batch.
- build_
span - Build an OTLP span from a tracing event.