We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53fc401 + e528715 commit e82909eCopy full SHA for e82909e
infrastructure/modules/container-apps/alerts.tf
@@ -62,7 +62,7 @@ resource "azurerm_monitor_scheduled_query_rules_alert_v2" "queue_length_high" {
62
criteria {
63
query = <<-KQL
64
customMetrics
65
- | where name == "queue_size_${each.key}"
+ | where name == "${each.key}"
66
| extend environment = tostring(customDimensions.environment)
67
| where environment == "${var.environment}"
68
| extend value = toreal(value)
0 commit comments