PostgreSQL now has optimized autovacuum behavior

This commit is contained in:
Evi Vanoost 2024-04-11 17:35:33 -04:00
parent 8789b86c59
commit c823aca7c2

View file

@ -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