MON-78 Forgot a }
This commit is contained in:
parent
1f059622ed
commit
aaabb129b5
@ -2,7 +2,7 @@ resource "datadog_monitor" "su_utilization" {
|
||||
name = "[${var.environment}] Streaming Units utilization at more than ${var.su_utilization_threshold_critical}% on {{name}}"
|
||||
message = "${var.message}"
|
||||
|
||||
query = "avg(last_5m):avg:azure.streamanalytics_streamingjobs.resource_utilization{${var.use_filter_tags == "true" ? format("dd_monitoring:enabled,dd_azure_eventhub:enabled,env:%s", var.environment) : "*"} by {name,resource_group} > ${var.su_utilization_threshold_critical}"
|
||||
query = "avg(last_5m):avg:azure.streamanalytics_streamingjobs.resource_utilization{${var.use_filter_tags == "true" ? format("dd_monitoring:enabled,dd_azure_eventhub:enabled,env:%s", var.environment) : "*"}} by {name,resource_group} > ${var.su_utilization_threshold_critical}"
|
||||
type = "query alert"
|
||||
|
||||
notify_no_data = "${var.notify_no_data}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user