Function mz_ore::stats::histogram_seconds_buckets

source ·
pub fn histogram_seconds_buckets(from: f64, to: f64) -> Vec<f64>
Expand description

Returns a Vec of time buckets that are both present in our standard buckets above and within the provided inclusive range. (This makes it more meaningful to compare latency percentiles across histograms if needed, without requiring all metrics to use exactly the same buckets.)