Constant mz_ore::stats::HISTOGRAM_MILLISECOND_BUCKETS
source ยท const HISTOGRAM_MILLISECOND_BUCKETS: [f64; 19];
Expand description
A standard range of buckets for timing data, measured in seconds.
Individual histograms may only need a subset of this range, in which case,
see histogram_seconds_buckets
below.
Note that any changes to this range may modify buckets for existing metrics.