Skip to content

Commit b0966b3

Browse files
author
Tyler Slaton
committed
fix(prometheus): updating language on description for alerts
Signed-off-by: Tyler Slaton <[email protected]>
1 parent 5decfac commit b0966b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/chart/templates/0000_90_olm_01-prometheus-rule.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
namespace: "{{ "{{ $labels.namespace }}" }}"
2020
annotations:
2121
summary: CSV failed for over 2 minutes
22-
description: Occurs whenever a CSV has been failing for more than 2 minutes
22+
description: Fires whenever a CSV has been in a state other than succeeded for more than 2 minutes
2323
message: Failed to install Operator {{ printf "{{ $labels.name }}" }} version {{ printf "{{ $labels.version }}" }}. Reason-{{ printf "{{ $labels.reason }}" }}
2424
- alert: CsvAbnormalOver30Min
2525
expr: csv_abnormal{phase=~"(^Replacing$|^Pending$|^Deleting$|^Unknown$)"}
@@ -29,7 +29,7 @@ spec:
2929
namespace: "{{ "{{ $labels.namespace }}" }}"
3030
annotations:
3131
summary: CSV abnormal for over 30 minutes
32-
description: Occurs whenever a CSV is abnormal for more than 30 minutes
32+
description: Fires whenever a CSV is abnormal for more than 30 minutes
3333
message: Failed to install Operator {{ printf "{{ $labels.name }}" }} version {{ printf "{{ $labels.version }}" }}. Phase-{{ printf "{{ $labels.phase }}" }} Reason-{{ printf "{{ $labels.reason }}" }}
3434
- name: olm.installplan.rules
3535
rules:
@@ -39,6 +39,6 @@ spec:
3939
severity: warning
4040
annotations:
4141
summary: API returned a warning when modifying an operator
42-
description: Occurs whenever the API server returns a warning when attempting to modify an operator.
42+
description: Fires whenever the API server returns a warning when attempting to modify an operator.
4343
message: The API server returned a warning during installation or upgrade of an operator. An Event with reason "AppliedWithWarnings" has been created with complete details, including a reference to the InstallPlan step that generated the warning.
4444
{{ end }}

0 commit comments

Comments
 (0)