Macro int_counter_inc

Source
macro_rules! int_counter_inc {
    ($metric:expr) => { ... };
}
Expand description

Increments an IntCounter by 1 or logs an error if the metric is not found