[][src]Macro prometheus::register_int_counter

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.