Modules§
Macros§
- register_
gauge_ vec - register_
guarded_ gauge_ vec_ with_ registry - register_
guarded_ histogram_ vec_ with_ registry - register_
guarded_ int_ counter_ vec_ with_ registry - register_
guarded_ int_ gauge_ vec_ with_ registry - register_
guarded_ uint_ gauge_ vec_ with_ registry - register_
uint_ gauge_ vec_ with_ registry
Structs§
- Error
Metric - Error
Metrics - Metrics for counting errors in the system. The detailed error messages are not supposed to be stored in the metrics, but in the logs.
- Error
Metrics Collector - Label
Guarded Metric - Label
Guarded Metric Vec - An RAII metrics vec with labels.
- Metrics
Layer MetricsLayer
is a struct used for monitoring the frequency of certain specific logs and counting them using Prometheus metrics. Currently, it is used to monitor the frequency of retry occurrences of aws sdk.- Relabeled
Metric Vec - For all
Relabeled*Vec
below, - TrAdder
Atomic
Enums§
Statics§
Traits§
Functions§
- __
extract_ counter_ builder - __
extract_ gauge_ builder - __
extract_ histogram_ builder - get_
label - get_
label_ infallible - monitor_
errors
Type Aliases§
- Error
Metric Ref - Label
Guarded Gauge - Label
Guarded Gauge Vec - Label
Guarded Histogram - Label
Guarded Histogram Vec - Label
Guarded IntCounter - Label
Guarded IntCounter Vec - Label
Guarded IntGauge - Label
Guarded IntGauge Vec - Label
Guarded Local Histogram - Label
Guarded Local IntCounter - Label
Guarded Uint Gauge - Label
Guarded Uint Gauge Vec - Relabeled
Counter Vec - Relabeled
Guarded Histogram Vec - Relabeled
Guarded IntCounter Vec - Relabeled
Guarded IntGauge Vec - CAUTION! Relabelling a Gauge might cause expected result!
- Relabeled
Histogram Vec - TrAdder
Gauge - Uint
Gauge - The integer version of [
prometheus::Gauge
]. Provides better performance if metric values are all unsigned integers. - Uint
Gauge Vec - VecBuilder
OfCounter - VecBuilder
OfGauge - VecBuilder
OfHistogram