Skip to main content

telemetry_rust/instrumentations/
mod.rs

1//! Instrumentation helpers for outbound clients and SDKs.
2
3#[cfg(any(
4    feature = "reqwest",
5    feature = "hyper-http1",
6    feature = "hyper-http2",
7    feature = "hyper-client-legacy"
8))]
9pub mod http;