Macro int_counter_vec_inc

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

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