Macro prometheus::register_int_gauge
source ยท macro_rules! register_int_gauge { ($OPTS:expr $(,)?) => { ... }; ($NAME:expr, $HELP:expr $(,)?) => { ... }; }
Expand description
Create an IntGauge
and registers to default registry.
View docs of register_gauge
for examples.