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