Macro observability::metrics[][src]

macro_rules! metrics {
    ($name:ident, $($metric:ident),+) => { ... };
}

Create a metrics set. Takes the name of the metric set followed by a list of metric names.