macro_rules! register_counter {
($name:expr, $help:expr $(,)?) => { ... };
}Expand description
register_counter!(name, help) - global prometheus registry, filtered.
macro_rules! register_counter {
($name:expr, $help:expr $(,)?) => { ... };
}register_counter!(name, help) - global prometheus registry, filtered.