Skip to content

Commit ca6f753

Browse files
committed
Clarify lifecycle scan alert wording.
Issue: BB-740
1 parent 9b87431 commit ca6f753

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

monitoring/lifecycle/alerts.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ groups:
5757
Annotations:
5858
zenko_service: backbeat-lifecycle-producer
5959
description: >-
60-
Last lifecycle scan was performed more than
60+
Last lifecycle scan was scheduled more than
6161
{{ ${lifecycle_latency_warning_threshold} | humanizeDuration }} ago.
62-
summary: "Lifecycle scan not executed in time"
62+
summary: "Lifecycle scan not scheduled in time"
6363

6464
- alert: LifecycleLateScan
6565
Expr: |
@@ -78,9 +78,9 @@ groups:
7878
Annotations:
7979
zenko_service: backbeat-lifecycle-producer
8080
description: >-
81-
Last lifecycle scan was performed more than
81+
Last lifecycle scan was scheduled more than
8282
{{ ${lifecycle_latency_critical_threshold} | humanizeDuration }} ago.
83-
summary: "Lifecycle scan not executed in time"
83+
summary: "Lifecycle scan not scheduled in time"
8484

8585
- name: LifecycleBucketProcessor
8686
rules:

0 commit comments

Comments
 (0)