Function mz_ore::stats::histogram_milliseconds_buckets
source ยท pub fn histogram_milliseconds_buckets(from_ms: f64, to_ms: 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.)