telemetry-rust 6.10.0

Open Telemetry fox Axum and Tracing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#[cfg(feature = "aws-fluent-builder-instrumentation")]
mod fluent_builder;
#[cfg(feature = "aws-instrumentation")]
mod future;
#[cfg(feature = "aws-stream-instrumentation")]
mod stream;

#[cfg(feature = "aws-fluent-builder-instrumentation")]
pub use fluent_builder::*;
#[cfg(feature = "aws-instrumentation")]
pub use future::*;
#[cfg(feature = "aws-stream-instrumentation")]
pub use stream::*;