Function snarkvm_metrics::increment_gauge

source ยท
pub fn increment_gauge<V: Into<f64>>(name: &'static str, value: V)
Expand description

Increments a gauge with the given name by the given value.

Gauges represent a single value that can go up or down over time, and always starts out with an initial value of zero.