Expand description
Provides a tracing layer for OpenTelemetry that exports spans to an OTLP endpoint.
This module simplifies the integration of OpenTelemetry tracing with OTLP export in Rust
applications. It allows for easily capturing and exporting distributed traces to compatible
backends like Jaeger, Zipkin, or any other OpenTelemetry-compatible tracing system.
Enums§
- Otlp
Protocol - OTLP transport protocol type
Functions§
- span_
layer - Creates a tracing [
OpenTelemetryLayer] that exports spans to an OTLP endpoint.