pub type SourcedGauge<S> = SourcedMetric<Gauge, S>;
Expand description
A gauge whose values are obtained from an existing source.
Aliased Typeยง
struct SourcedGauge<S> { /* private fields */ }
pub type SourcedGauge<S> = SourcedMetric<Gauge, S>;
A gauge whose values are obtained from an existing source.
struct SourcedGauge<S> { /* private fields */ }