macro_rules! metrics_struct {
($StructName:ident, $(($field_name:ident, $metric_name:literal, $metric_type:ident $(, $tags:expr)?)),*) => { ... };
}macro_rules! metrics_struct {
($StructName:ident, $(($field_name:ident, $metric_name:literal, $metric_type:ident $(, $tags:expr)?)),*) => { ... };
}