Skip to content

Commit

Permalink
Merge pull request #2939 from rchikatw/fix-bz1
Browse files Browse the repository at this point in the history
Fix url typo in runbook for MDS alert
  • Loading branch information
openshift-merge-bot[bot] authored Jan 8, 2025
2 parents e675057 + becb130 commit 8561dee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metrics/deploy/prometheus-ocs-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,8 @@ spec:
scaling, by adding more resources to the existing MDS pod{{end}}.
Please see 'runbook_url' for more details.
message: Ceph metadata server pod ({{ $labels.pod }}) has high cpu usage
runbook_url: '{{if query "rate(ceph_mds_request[6h]) >= 1000"}}https://github.com/openshift/runbooks/blob/master/alerts/openshift-container-storage-operator/CephMdsCpuUsageHighNeedsHorizontalScaling.md
{{else}}https://github.com/openshift/runbooks/blob/master/alerts/openshift-container-storage-operator/CephMdsCpuUsageHighNeedsVerticalScaling.md
runbook_url: '{{if query "rate(ceph_mds_request[6h]) >= 1000"}}https://github.com/openshift/runbooks/blob/master/alerts/openshift-container-storage-operator/CephMdsCPUUsageHighNeedsHorizontalScaling.md
{{else}}https://github.com/openshift/runbooks/blob/master/alerts/openshift-container-storage-operator/CephMdsCPUUsageHighNeedsVerticalScaling.md
{{end}}'
severity_level: warning
expr: |
Expand Down

0 comments on commit 8561dee

Please sign in to comment.