macro_rules! gauge {
($name:expr) => { ... };
($name:expr, $($rest:tt)*) => { ... };
}Expand description
Typed wrapper around metrics::gauge! that only accepts internal_event::GaugeName.
macro_rules! gauge {
($name:expr) => { ... };
($name:expr, $($rest:tt)*) => { ... };
}Typed wrapper around metrics::gauge! that only accepts internal_event::GaugeName.