Type Alias mz_ore::metrics::Counter

source ·
pub type Counter = GenericCounter<AtomicF64>;
Available on crate feature metrics only.
Expand description

A Metric represents a single numerical value that only ever goes up.

Aliased Type§

struct Counter { /* private fields */ }