We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7314769 commit 7cabe9dCopy full SHA for 7cabe9d
1 file changed
infrastructure/modules/eventpub/cloudwatch_metric_alarm_dlq_alarm.tf
@@ -1,6 +1,6 @@
1
resource "aws_cloudwatch_metric_alarm" "dlq_alarm" {
2
alarm_name = "${local.csi}-dlq-messages-alarm"
3
- alarm_description = "Alarm for messages in the DLQ"
+ alarm_description = "RELIABILITY: Alarm for messages in the DLQ"
4
comparison_operator = "GreaterThanThreshold"
5
evaluation_periods = 1
6
metric_name = "ApproximateNumberOfMessagesVisible"
0 commit comments