macro_rules! int_counter_vec_get {
($metric:expr, $label_vals:expr) => { ... };
}Expand description
Gets the value of an IntCounterVec or logs an error if the metric is not found Returns 0 if the metric is not found
macro_rules! int_counter_vec_get {
($metric:expr, $label_vals:expr) => { ... };
}Gets the value of an IntCounterVec or logs an error if the metric is not found Returns 0 if the metric is not found