pub trait Sampler {
    fn is_sampled(&self, trace_id: TraceId, operation: &str) -> (bool, &[Tag]);
}

Required Methods

Implementors