telemetry-rust 6.10.0

Open Telemetry fox Axum and Tracing
Documentation
1
2
3
4
5
6
7
8
9
10
//! Middleware integrations for popular web frameworks and platforms.

#[cfg(feature = "aws-span")]
pub mod aws;

#[cfg(feature = "axum")]
pub mod axum;

#[cfg(feature = "aws-lambda")]
pub mod lambda;