Crate reth_tracing_otlp

Crate reth_tracing_otlp 

Source
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§

OtlpProtocol
OTLP transport protocol type

Functions§

span_layer
Creates a tracing [OpenTelemetryLayer] that exports spans to an OTLP endpoint.