Skip to content

Commit 866b5c5

Browse files
CCM-8589: Event Publisher DLQ Alerting
1 parent f46937d commit 866b5c5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

infrastructure/modules/eventpub/cloudwatch_metric_alarm_dlq_alarm.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ resource "aws_cloudwatch_metric_alarm" "dlq_alarm" {
99
statistic = "Sum"
1010
threshold = 0
1111
actions_enabled = true
12+
treat_missing_data = "notBreaching"
1213

1314
dimensions = {
1415
QueueName = aws_sqs_queue.dlq.name

0 commit comments

Comments
 (0)