mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-17 08:36:55 +03:00
The new rule `MetricNameStatsCacheUtilizationIsTooHigh` will signalize about overutilization of Metric names usage stats tracker. See https://docs.victoriametrics.com/victoriametrics/#track-ingested-metrics-usage This rule can fire for deployments with high churn rate of metric names. In cases like this, it is better to disable metric name tracking completely, as it brings no use. It might fire for deployments that were tracking metric names for very long periods and this alert might be a good sign to reset the cache. ### Describe Your Changes Please provide a brief description of the changes you made. Be as specific as possible to help others understand the purpose and impact of your modifications. ### Checklist The following checks are **mandatory**: - [ ] My change adheres to [VictoriaMetrics contributing guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist). - [ ] My change adheres to [VictoriaMetrics development goals](https://docs.victoriametrics.com/victoriametrics/goals/). --------- Signed-off-by: hagen1778 <roman@victoriametrics.com>