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 565690f commit 0c19014Copy full SHA for 0c19014
monitoring.tf
@@ -18,7 +18,7 @@ resource "datadog_monitor" "dead_letters_monitor" {
18
dead_letters_queue_name = each.key
19
notify = join(", ", var.dl_alert_recipients)
20
})
21
- query = "avg(last_1h):avg:aws.sqs.approximate_number_of_messages_visible{queuename:${each.key}${local.additional_query_conditions} > ${var.dl_critical}"
+ query = "avg(last_1h):avg:aws.sqs.approximate_number_of_messages_visible{queuename:${each.key}${local.additional_query_conditions} > ${var.dl_critical}}"
22
23
monitor_thresholds {
24
warning = var.dl_warning
0 commit comments