Constant DEFAULT_BUCKETS
pub const DEFAULT_BUCKETS: &'static [f64; 11];Expand description
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.