macro_rules! register_int_counter {
($OPTS:expr $(,)?) => { ... };
($NAME:expr, $HELP:expr $(,)?) => { ... };
}
Expand description
Create an IntCounter
and registers to default registry.
View docs of register_counter
for examples.
macro_rules! register_int_counter {
($OPTS:expr $(,)?) => { ... };
($NAME:expr, $HELP:expr $(,)?) => { ... };
}
Create an IntCounter
and registers to default registry.
View docs of register_counter
for examples.