Module family

Source
Expand description

Module implementing an Open Metrics metric family.

See Family for details.

Structs§

Family
Representation of the OpenMetrics MetricFamily data type.

Traits§

MetricConstructor
A constructor for creating new metrics in a Family when calling Family::get_or_create. Such constructor is provided via Family::new_with_constructor.