Modules§
- metrics 🔒
Macros§
Structs§
- Metrics for counting errors in the system. The detailed error messages are not supposed to be stored in the metrics, but in the logs.
- An RAII metrics vec with labels.
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.- For all
Relabeled*Vec
below,