Macro int_gauge_inc

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

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