Constant prometheus::DEFAULT_BUCKETS [−][src]
pub const DEFAULT_BUCKETS: &[f64; 11];
The default Histogram
buckets. The default buckets are
tailored to broadly measure the response time (in seconds) of a
network service. Most likely, however, you will be required to define
buckets customized to your use case.