Macro prometheus::register_int_counter_vec_with_registry [−][src]
macro_rules! register_int_counter_vec_with_registry {
($OPTS : expr, $LABELS_NAMES : expr, $REGISTRY : expr $(,) ?) => { ... };
($NAME : expr, $HELP : expr, $LABELS_NAMES : expr, $REGISTRY : expr $(,) ?) => { ... };
}Expand description
Create an [IntCounterVec] and registers to a custom registry.
View docs of register_counter_vec_with_registry for examples.