snarkvm_metrics

Function decrement_gauge

Source
pub fn decrement_gauge<V: Into<f64>>(name: &'static str, value: V)
Expand description

Decrements 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.