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