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