Type Definition polkadot_node_subsystem_util::metrics::prometheus::SourcedCounter
source · pub type SourcedCounter<S> = SourcedMetric<Counter, S>;Expand description
A counter whose values are obtained from an existing source.
*Note: The counter values provided by the source
Smust be monotonically increasing. Otherwise use aSourcedGaugeinstead.