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