Trait dipstick::WithSamplingRate [] [src]

pub trait WithSamplingRate where
    Self: Sized
{ fn with_sampling_rate(&self, sampling_rate: Rate) -> Self; }

Apply statistical sampling to collected metrics data.

Required Methods

Perform random sampling of values according to the specified rate.

Implementors