histogram

Macro histogram 

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

Create and register a histogram metric