File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3
3
## 4.13
4
4
5
5
- [ #1830 ] ( https://github.com/openshift/cluster-monitoring-operator/pull/1830 ) Add alert KubePodNotScheduled
6
- - [ #1843 ] ( https://github.com/openshift/cluster-monitoring-operator/pull/1830 ) Node Exporter ignores network interface under name "enP.* ".
6
+ - [ #1843 ] ( https://github.com/openshift/cluster-monitoring-operator/pull/1843 ) Node Exporter ignores network interface under name "enP.* ".
7
+ - [ #1860 ] ( https://github.com/openshift/cluster-monitoring-operator/pull/1860 ) Adds runbook for PrometheusRuleFailures
7
8
8
9
9
10
## 4.12
Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ spec:
195
195
annotations :
196
196
description : Prometheus {{$labels.namespace}}/{{$labels.pod}} has failed to
197
197
evaluate {{ printf "%.0f" $value }} rules in the last 5m.
198
+ runbook_url : https://github.com/openshift/runbooks/blob/master/alerts/cluster-monitoring-operator/PrometheusRuleFailures.md
198
199
summary : Prometheus is failing rule evaluations.
199
200
expr : |
200
201
increase(prometheus_rule_evaluation_failures_total{job=~"prometheus-k8s|prometheus-user-workload"}[5m]) > 0
Original file line number Diff line number Diff line change @@ -393,6 +393,7 @@ local includeRunbooks = {
393
393
NodeFilesystemSpaceFillingUp: openShiftRunbookCMO('NodeFilesystemSpaceFillingUp.md' ),
394
394
NodeRAIDDegraded: openShiftRunbookCMO('NodeRAIDDegraded.md' ),
395
395
NodeClockNotSynchronising: openShiftRunbookCMO('NodeClockNotSynchronising.md' ),
396
+ PrometheusRuleFailures: openShiftRunbookCMO('PrometheusRuleFailures.md' ),
396
397
PrometheusTargetSyncFailure: openShiftRunbookCMO('PrometheusTargetSyncFailure.md' ),
397
398
ThanosRuleQueueIsDroppingAlerts: openShiftRunbookCMO('ThanosRuleQueueIsDroppingAlerts.md' ),
398
399
ThanosRuleRuleEvaluationLatencyHigh: openShiftRunbookCMO('ThanosRuleRuleEvaluationLatencyHigh.md' ),
You can’t perform that action at this time.
0 commit comments