Module prometheus_client::metrics::family
source · Expand description
Module implementing an Open Metrics metric family.
See Family
for details.
Structs
- Representation of the OpenMetrics MetricFamily data type.
Traits
- A constructor for creating new metrics in a
Family
when callingFamily::get_or_create
. Such constructor is provided viaFamily::new_with_constructor
.