prometheus::UntypedVec [] [src]

type UntypedVec = MetricVec<UntypedVecBuilder>;

UntypedVec is a Collector that bundles a set of Untypeds that all share the same Desc, but have different values for their variable labels. This is used if you want to count the same thing partitioned by various dimensions.