From da8df5e074b4916823ea2a6e0358a10ce9ce2025 Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Mon, 10 Sep 2018 16:25:43 +0200 Subject: [PATCH] MON-230 add default functions --- cloud/gcp/big-query/monitors-big-query.tf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/cloud/gcp/big-query/monitors-big-query.tf b/cloud/gcp/big-query/monitors-big-query.tf index 5046055..a8da7b1 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,7 +219,7 @@ resource "datadog_monitor" "table_count" { type = "metric alert" query = < ${var.table_count_threshold_critical} EOF @@ -255,7 +255,7 @@ resource "datadog_monitor" "uploaded_bytes" { type = "metric alert" query = < ${var.uploaded_bytes_threshold_critical} EOF @@ -291,7 +291,7 @@ resource "datadog_monitor" "uploaded_bytes_billed" { type = "metric alert" query = < ${var.uploaded_bytes_billed_threshold_critical} EOF