mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 08:57:19 +08:00
shame on me
This commit is contained in:
parent
eb8dc736a3
commit
718cd2188c
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ groups:
|
|||
severity: warning
|
||||
- name: Host context switching
|
||||
description: Context switching is growing on node (> 1000 / s)
|
||||
query: "(rate(node_context_switches_total[5m])) / (count without(cpu, mode) (node_cpu_seconds_total{mode="idle"})) > 1000"
|
||||
query: '(rate(node_context_switches_total[5m])) / (count without(cpu, mode) (node_cpu_seconds_total{mode="idle"})) > 1000'
|
||||
severity: warning
|
||||
comments: |
|
||||
1000 context switches is an arbitrary number.
|
||||
|
|
|
|||
Loading…
Reference in a new issue