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