From 2cb60cd6423d463fcba08743e8743b84d4701693 Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Mon, 27 Nov 2017 23:00:12 +0100 Subject: [PATCH] MON-74 add group by to all queries --- cloud/azure/app-services/monitors-app_services.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cloud/azure/app-services/monitors-app_services.tf b/cloud/azure/app-services/monitors-app_services.tf index 2c2f80e..6bf3fd6 100644 --- a/cloud/azure/app-services/monitors-app_services.tf +++ b/cloud/azure/app-services/monitors-app_services.tf @@ -14,7 +14,7 @@ resource "datadog_monitor" "appservices_response_time" { query = <= ${var.response_time_threshold_critical} EOF @@ -43,7 +43,7 @@ resource "datadog_monitor" "appservices_memory_usage_count" { query = <= ${var.memory_usage_threshold_critical} EOF @@ -72,7 +72,7 @@ resource "datadog_monitor" "appservices_http_404_errors_count" { query = < ${var.http_404_errors_count_rate_threshold_critical} EOF @@ -102,7 +102,7 @@ resource "datadog_monitor" "appservices_http_2xx_status_rate" { query = <