Skip to content

Commit 6c96766

Browse files
committed
remove unused alert
1 parent 488ff86 commit 6c96766

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

monitoring/lifecycle/alerts.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -82,21 +82,6 @@ groups:
8282
{{ ${lifecycle_latency_critical_threshold} | humanizeDuration }} ago.
8383
summary: "Lifecycle scan not executed in time"
8484

85-
- alert: LifecycleScanDurationHigh
86-
Expr: |
87-
s3_lifecycle_conductor_full_scan_elapsed_seconds{
88-
namespace="${namespace}", job="${job_lifecycle_producer}"
89-
} > 3600
90-
For: "0s"
91-
Labels:
92-
severity: warning
93-
Annotations:
94-
zenko_service: backbeat-lifecycle-producer
95-
description: >-
96-
The latest lifecycle conductor full scan took more than 1 hour
97-
({{ $value | humanizeDuration }}).
98-
summary: "Lifecycle conductor full scan duration is high"
99-
10085
- name: LifecycleBucketProcessor
10186
rules:
10287

0 commit comments

Comments
 (0)