Macro prometheus::register_int_counter
source · 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.