macro_rules! int_counter_inc {
($metric:expr) => { ... };
}Expand description
Increments an IntCounter by 1 or logs an error if the metric is not found
macro_rules! int_counter_inc {
($metric:expr) => { ... };
}Increments an IntCounter by 1 or logs an error if the metric is not found