pub const DEFAULT_DOGSTATSD_MINIMUM_SAMPLE_RATE: f64 = 0.000000003845;Expand description
Default floor applied to DogStatsD metric sample rates, which is roughly 260M samples.
Sample rates below this floor are clamped, bounding how many equivalent samples a single metric can contribute.