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.
Functionsยง
- layer
- Creates a tracing
OpenTelemetryLayer
that exports spans to an OTLP endpoint.