opentelemetry-aws 0.20.0

AWS exporters and propagators for OpenTelemetry
Documentation
1
2
3
4
5
6
7
8
9
10
#[cfg(feature = "trace")]
pub mod id_generator;
#[cfg(feature = "trace")]
pub mod xray_propagator;

#[cfg(feature = "trace")]
pub use xray_propagator::XrayPropagator;

#[cfg(feature = "trace")]
pub use id_generator::XrayIdGenerator;