Module metrics

Source
Expand description

Metric type implementations.

Modules§

counter
Module implementing an Open Metrics counter.
exemplar
Module implementing an Open Metrics exemplars for counters and histograms.
family
Module implementing an Open Metrics metric family.
gauge
Module implementing an Open Metrics gauge.
histogram
Module implementing an Open Metrics histogram.
info
Module implementing an Open Metrics info metric.

Enums§

MetricType
OpenMetrics metric type.

Traits§

TypedMetric
A metric that is aware of its Open Metrics metric type.