Skip to content

Commit

Permalink
Merge pull request #2505 from weirdwiz/osd-cpu-high
Browse files Browse the repository at this point in the history
add runbook_url for OSDCPUHighLoad alert
  • Loading branch information
openshift-merge-bot[bot] authored Mar 15, 2024
2 parents c65c08c + 0d8ae51 commit 6aa944d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metrics/deploy/prometheus-ocs-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ spec:
description: CPU usage for osd on pod {{ $labels.pod }} has exceeded 80%.
Consider creating more OSDs to increase performance
message: High CPU usage detected in OSD container on pod {{ $labels.pod}}.
runbook_url: https://github.com/openshift/runbooks/blob/master/alerts/openshift-container-storage-operator/OSDCPULoadHigh.md
severity_level: warning
expr: |
pod:container_cpu_usage:sum{pod=~"rook-ceph-osd-.*"} / on(pod) kube_pod_resource_limit{resource='cpu',pod=~"rook-ceph-osd-.*"} > 0.80
Expand Down

0 comments on commit 6aa944d

Please sign in to comment.