pub type UpDownCounterF64 = UpDownCounter<f64>;Expand description
A updown counter metric with a f64 value.
UpDownCounter like the Counter metric, but can also decrement.
Aliased Typeยง
struct UpDownCounterF64(/* private fields */);pub type UpDownCounterF64 = UpDownCounter<f64>;A updown counter metric with a f64 value.
UpDownCounter like the Counter metric, but can also decrement.
struct UpDownCounterF64(/* private fields */);