fix: increase CPU pressure threshold to 30%

This commit is contained in:
2026-01-10 17:57:34 +09:00
parent 7e375e20c6
commit 11f9457236

View File

@@ -1987,7 +1987,7 @@
},
"editorMode": "code",
"exemplar": true,
"expr": "sum(rate(container_pressure_cpu_waiting_seconds_total{pod!=\"\", cluster=\"$cluster\"}[$__rate_interval])) by (namespace) > 0.1",
"expr": "sum(rate(container_pressure_cpu_waiting_seconds_total{pod!=\"\", cluster=\"$cluster\"}[$__rate_interval])) by (namespace) > 0.3",
"interval": "$resolution",
"legendFormat": "{{ namespace }}",
"range": true,
@@ -2099,7 +2099,7 @@
},
"editorMode": "code",
"exemplar": true,
"expr": "sum(rate(node_pressure_cpu_waiting_seconds_total{cluster=\"$cluster\", job=\"$job\"}[$__rate_interval])) by (instance) > 0.1",
"expr": "sum(rate(node_pressure_cpu_waiting_seconds_total{cluster=\"$cluster\", job=\"$job\"}[$__rate_interval])) by (instance) > 0.3",
"interval": "$resolution",
"legendFormat": "{{ instance }}",
"range": true,