mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 19:37:27 +08:00
PostgreSQL now has optimized autovacuum behavior
This commit is contained in:
parent
8789b86c59
commit
c823aca7c2
1 changed files with 2 additions and 2 deletions
|
|
@ -126,8 +126,8 @@ groups:
|
||||||
severity: critical
|
severity: critical
|
||||||
- name: Prometheus timeseries cardinality
|
- name: Prometheus timeseries cardinality
|
||||||
description: 'The "{{ $labels.name }}" timeseries cardinality is getting very high: {{ $value }}'
|
description: 'The "{{ $labels.name }}" timeseries cardinality is getting very high: {{ $value }}'
|
||||||
# Node CPU seconds total and Node SystemD Unit State are always high cardinality due to systemd containing services and CPU containing cores
|
# Node CPU and Node SystemD Unit State are always high cardinality due to systemd containing services and CPU containing cores
|
||||||
query: '(label_replace(count by (__name__) ({__name__=~".+"}), "name", "$1", "__name__", "(.+)") unless on (__name__) ({__name__=~"node_cpu_seconds_total|node_systemd_unit_state"})) > 10000'
|
query: '(label_replace(count by (__name__) ({__name__=~".+"}), "name", "$1", "__name__", "(.+)") unless on (__name__) ({__name__=~"node_cpu.*|node_systemd_unit_state"})) > 10000'
|
||||||
severity: warning
|
severity: warning
|
||||||
|
|
||||||
- name: Host and hardware
|
- name: Host and hardware
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue