We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd40303 + b61e9f6 commit e5309b6Copy full SHA for e5309b6
deploy/chart/templates/0000_90_olm_01-prometheus-rule.yaml
@@ -30,7 +30,7 @@ spec:
30
- name: olm.installplan.rules
31
rules:
32
- alert: InstallPlanStepAppliedWithWarnings
33
- expr: sum(sum_over_time(installplan_warnings_total[5m])) > 0
+ expr: sum(increase(installplan_warnings_total[5m])) > 0
34
labels:
35
severity: warning
36
annotations:
0 commit comments