1 2 3 4 5 6 7 8 9 10
mod rate_limit; #[allow(dead_code)] mod remote; mod sampler; mod sampling_strategy; pub use sampler::{JaegerRemoteSampler, JaegerRemoteSamplerBuilder}; #[cfg(test)] mod tests {}