We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a827c02 commit 898c4e0Copy full SHA for 898c4e0
deploy/chart/templates/0000_90_olm_01-prometheus-rule.yaml
@@ -34,7 +34,7 @@ spec:
34
- name: olm.installplan.rules
35
rules:
36
- alert: InstallPlanStepAppliedWithWarnings
37
- expr: sum(increase(installplan_warnings_total[5m])) > 0
+ expr: sum by(namespace) (increase(installplan_warnings_total[5m])) > 0
38
labels:
39
severity: warning
40
annotations:
0 commit comments