pub trait GaugeFamily: MetricsFamily<Box<dyn Gauge>> { }
Expand description

A family of related gauges, partitioned by their label values.

Implementors§