opentelemetry-aws 0.21.0

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

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

#[cfg(feature = "trace")]
pub use xray_extractor::XrayExtractor;

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