We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 488ff86 commit 6c96766Copy full SHA for 6c96766
monitoring/lifecycle/alerts.yaml
@@ -82,21 +82,6 @@ groups:
82
{{ ${lifecycle_latency_critical_threshold} | humanizeDuration }} ago.
83
summary: "Lifecycle scan not executed in time"
84
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
-
100
- name: LifecycleBucketProcessor
101
rules:
102
0 commit comments