Type Definition prometheus::Counter [−][src]
type Counter = GenericCounter<AtomicF64>;
A Metric
represents a single numerical value that only ever goes up.
type Counter = GenericCounter<AtomicF64>;
A Metric
represents a single numerical value that only ever goes up.