Macro int_gauge_sub

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

Subtracts a value from an IntGauge or logs an error if the metric is not found