Skip to content

Commit 7970f0f

Browse files
PRMT-466- changed alarm message format
1 parent 093515f commit 7970f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/sqs_alarms.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ resource "aws_cloudwatch_metric_alarm" "sqs_oldest_message" {
108108
Workspace = terraform.workspace
109109
severity = local.monitored_queue_day_list[count.index][3]
110110
alarm_group = local.monitored_queue_day_list[count.index][1]
111-
alarm_metric = "Errors"
111+
alarm_metric = "Has messages older than ${local.monitored_queue_day_list[count.index][2]} days"
112112
is_kpi = "true"
113113
}
114114
}

0 commit comments

Comments
 (0)