pub type UpDownCounter<T> = UpDownCounter<T>;
Expand description
A updown counter metric. Alias for
opentelemetry::metrics::UpDownCounter<T>
.
UpDownCounter like the Counter
metric, but can also decrement.
Aliased Typeยง
struct UpDownCounter<T>(/* private fields */);