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.

Implementors§