We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093515f commit 7970f0fCopy full SHA for 7970f0f
infrastructure/sqs_alarms.tf
@@ -108,7 +108,7 @@ resource "aws_cloudwatch_metric_alarm" "sqs_oldest_message" {
108
Workspace = terraform.workspace
109
severity = local.monitored_queue_day_list[count.index][3]
110
alarm_group = local.monitored_queue_day_list[count.index][1]
111
- alarm_metric = "Errors"
+ alarm_metric = "Has messages older than ${local.monitored_queue_day_list[count.index][2]} days"
112
is_kpi = "true"
113
}
114
0 commit comments