diff --git a/cloud/gcp/big-query/monitors-big-query.tf b/cloud/gcp/big-query/monitors-big-query.tf index 5046055..5c0afbd 100644 --- a/cloud/gcp/big-query/monitors-big-query.tf +++ b/cloud/gcp/big-query/monitors-big-query.tf @@ -8,7 +8,7 @@ resource "datadog_monitor" "concurrent_queries" { type = "metric alert" query = < ${var.concurrent_queries_threshold_critical} EOF @@ -43,7 +43,7 @@ resource "datadog_monitor" "execution_time" { type = "metric alert" query = < ${var.execution_time_threshold_critical} EOF @@ -78,7 +78,7 @@ resource "datadog_monitor" "scanned_bytes" { type = "metric alert" query = < ${var.scanned_bytes_threshold_critical} EOF @@ -113,7 +113,7 @@ resource "datadog_monitor" "scanned_bytes_billed" { type = "metric alert" query = < ${var.scanned_bytes_billed_threshold_critical} EOF @@ -148,7 +148,7 @@ resource "datadog_monitor" "available_slots" { type = "metric alert" query = < ${var.stored_bytes_threshold_critical} EOF @@ -219,8 +218,7 @@ resource "datadog_monitor" "table_count" { type = "metric alert" query = < ${var.table_count_threshold_critical} EOF @@ -255,8 +253,7 @@ resource "datadog_monitor" "uploaded_bytes" { type = "metric alert" query = < ${var.uploaded_bytes_threshold_critical} EOF @@ -291,8 +288,7 @@ resource "datadog_monitor" "uploaded_bytes_billed" { type = "metric alert" query = < ${var.uploaded_bytes_billed_threshold_critical} EOF