pub fn do_create_int_counter_vec(
    name: &str,
    help: &str,
    labels: &[&str]
) -> IntCounterVec
Expand description

Creates ‘IntCounterVec’ - if it has trouble registering to Prometheus it will keep appending a number until the name is unique.