[][src]Type Definition prometheus::Counter

type Counter = GenericCounter<AtomicF64>;

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