in src/metrics/meter.rs [259:264]
fn new(bucker: f64) -> Self { Self { bucket: bucker, count: Default::default(), } }