macro_rules! create_counter {
    ($name:expr, $lograte:expr, $metricsrate:expr) => { ... };
}