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ยง
pub 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.
pub struct UpDownCounterF64(/* private fields */);