Skip to content

Commit 7cabe9d

Browse files
CCM-10257: Implement Eventpub in Core
1 parent 7314769 commit 7cabe9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/modules/eventpub/cloudwatch_metric_alarm_dlq_alarm.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
resource "aws_cloudwatch_metric_alarm" "dlq_alarm" {
22
alarm_name = "${local.csi}-dlq-messages-alarm"
3-
alarm_description = "Alarm for messages in the DLQ"
3+
alarm_description = "RELIABILITY: Alarm for messages in the DLQ"
44
comparison_operator = "GreaterThanThreshold"
55
evaluation_periods = 1
66
metric_name = "ApproximateNumberOfMessagesVisible"

0 commit comments

Comments
 (0)