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
macro_rules! int_gauge_sub {
($metric:expr, $val:expr) => { ... };
}Subtracts a value from an IntGauge or logs an error if the metric is not found