mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-22 01:17:19 +08:00
fix typo (#377)
This commit is contained in:
parent
ff76ceccde
commit
86e3e38a99
1 changed files with 2 additions and 2 deletions
|
|
@ -125,8 +125,8 @@ groups:
|
|||
description: 'Prometheus encountered {{ $value }} TSDB WAL truncation failures'
|
||||
query: 'increase(prometheus_tsdb_wal_truncations_failed_total[1m]) > 0'
|
||||
severity: critical
|
||||
- name: Prometheus timeserie cardinality
|
||||
description: 'The "{{ $labels.name }}" timeserie cardinality is getting very high: {{ $value }}'
|
||||
- name: Prometheus timeseries cardinality
|
||||
description: 'The "{{ $labels.name }}" timeseries cardinality is getting very high: {{ $value }}'
|
||||
query: 'label_replace(count by(__name__) ({__name__=~".+"}), "name", "$1", "__name__", "(.+)") > 10000'
|
||||
severity: warning
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue