counter

Macro counter 

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

Typed wrapper around metrics::counter! that only accepts internal_event::CounterName.