Type Alias UpDownCounterF64

Source
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 */);