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