fix: set CPU pressure threshold to 10%

This commit is contained in:
2026-01-10 18:00:06 +09:00
parent da89c8dbf0
commit bcf60b2428

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.3",
"expr": "sum(rate(container_pressure_cpu_waiting_seconds_total{pod!=\"\", cluster=\"$cluster\"}[$__rate_interval])) by (namespace) > 0.1",
"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.3",
"expr": "sum(rate(node_pressure_cpu_waiting_seconds_total{cluster=\"$cluster\", job=\"$job\"}[$__rate_interval])) by (instance) > 0.1",
"interval": "$resolution",
"legendFormat": "{{ instance }}",
"range": true,