macro_rules! make_metrics {
    ($module_name:ident, $($name:ident: $type:ident: $description:expr),+) => { ... };
}