This commit is contained in:
Samuel Berthe 2022-08-28 17:47:17 +02:00
parent 8087ffb890
commit 40c0ff32f0
No known key found for this signature in database
GPG key ID: 64863511FFBD0E3C

View file

@ -126,7 +126,7 @@ groups:
query: 'increase(prometheus_tsdb_wal_truncations_failed_total[1m]) > 0'
severity: critical
- name: Prometheus timeserie cardinality
description: 'The "{{ $label.name }}" timeserie cardinality is getting very high: {{ $value }}'
description: 'The "{{ $labels.name }}" timeserie cardinality is getting very high: {{ $value }}'
query: 'label_replace(count by(__name__) ({__name__=~".+"}), "name", "$1", "__name__", "(.+)") > 10000'
severity: warning