Expand description
Machinery around prometheus metrics for making them usable via
metrics crate.
Modules§
Structs§
- Describable
prometheusmetric with an ability to substitute itshelpdescription after registration in aprometheus::Registry.- Fallible
- Fallible
Metricstored inmetrics::Registry. - Metric
- Wrapper allowing implementing
metrics::CounterFn,metrics::GaugeFnandmetrics::HistogramFnforprometheusmetrics.
Traits§
- Bundle
- Bundle of a
prometheus::Metrics family. - Bundled
prometheusmetric beingBundled.
Type Aliases§
- Prometheus
Gauge Bundleofprometheus::Gaugemetrics.- Prometheus
Histogram Bundleofprometheus::Histogrammetrics.- Prometheus
IntCounter Bundleofprometheus::IntCountermetrics.