pub trait CounterFamily: MetricsFamily<Box<dyn Counter>> { }
Expand description

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

Implementors§