Skip to content

Commit 8b46b0c

Browse files
Merge pull request #64 from NHSDigital/feature/CCM-8569_Event_Publisher_DLQ_Alerting_Missing_Data_Setting
Feature/ccm 8569 event publisher dlq alerting missing data setting
2 parents f46937d + 3a77fcd commit 8b46b0c

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)