Macro int_gauge_add

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

Adds a value to an IntGauge or logs an error if the metric is not found