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