Type Definition prometheus_endpoint::GaugeVec[][src]

type GaugeVec<P> = MetricVec<GaugeVecBuilder<P>>;
Expand description

The underlying implementation for GaugeVec and IntGaugeVec.