histogram

Macro histogram 

Source
macro_rules! histogram {
    ($name:expr) => { ... };
    ($name:expr, $($rest:tt)*) => { ... };
}
Expand description

Typed wrapper around metrics::histogram! that only accepts internal_event::HistogramName.