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

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