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