macro_rules! int_gauge_set {
($metric:expr, $val:expr) => { ... };
}Expand description
Sets an IntGauge to value or logs an error if the metric is not found
macro_rules! int_gauge_set {
($metric:expr, $val:expr) => { ... };
}Sets an IntGauge to value or logs an error if the metric is not found