Skip to content

Commit

Permalink
alerts5
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Aug 20, 2024
1 parent 9d00c0f commit 3acfc95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monitoring/pra/alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ groups:
(sum(up{job="${kafka_connect_src_job}", namespace="${namespace}"}) OR vector(0)) == 0
for: 5m
labels:
severity: critical
severity: warning
annotations:
summary: 'DR resource paused for too long'
description: 'The DR resource has been paused for more than 5 minutes. This could lead to data loss if not addressed promptly.'
Expand All @@ -52,7 +52,7 @@ groups:
severity: critical
annotations:
description: >-
Kafka-connect on source is not working nominally. The rate of errors or failures has exceeded the threshold. This could lead to data loss if not addressed promptly.
Kafka-connect on source is not working nominally. The rate of errors or failures has exceeded the threshold. This could lead DR to get out of sync if not addressed promptly.
summary: 'Kafka Connect not working'

- alert: KafkaConnectOutageSink
Expand Down

0 comments on commit 3acfc95

Please sign in to comment.