Trait hotshot_types::traits::metrics::GaugeFamily
source · pub trait GaugeFamily: MetricsFamily<Box<dyn Gauge>> { }Expand description
A family of related gauges, partitioned by their label values.
pub trait GaugeFamily: MetricsFamily<Box<dyn Gauge>> { }A family of related gauges, partitioned by their label values.