pub type GenericGaugeVec<P> = MetricVec<GaugeVecBuilder<P>>;
Expand description

The underlying implementation for GaugeVec and IntGaugeVec.

Implementations

Create a new GenericGaugeVec based on the provided Opts and partitioned by the given label names. At least one label name must be provided.