Module metrics_prometheus::metric
source · Expand description
Machinery around prometheus metrics for making them usable via
metrics crate.
Modules
- Definitions of
Bundlemachinery.
Structs
prometheusmetric with an ability to substitute itshelpdescription after registration in aprometheus::Registry.- Fallible
Metricstored inmetrics::Registry. - Wrapper allowing implementing
metrics::CounterFn,metrics::GaugeFnandmetrics::HistogramFnforprometheusmetrics.
Traits
- Bundle of a
prometheus::Metrics family. prometheusmetric beingBundled.
Type Definitions
Bundleofprometheus::Gaugemetrics.Bundleofprometheus::Histogrammetrics.Bundleofprometheus::IntCountermetrics.