From e666644e39329904d8f9f6276cb98d1858f4498a Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Mon, 17 Sep 2018 15:38:19 +0200 Subject: [PATCH] MON-304 add stage group by for api gateway --- cloud/aws/apigateway/monitors-api.tf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cloud/aws/apigateway/monitors-api.tf b/cloud/aws/apigateway/monitors-api.tf index 4916f9f..f3c653b 100644 --- a/cloud/aws/apigateway/monitors-api.tf +++ b/cloud/aws/apigateway/monitors-api.tf @@ -7,7 +7,7 @@ resource "datadog_monitor" "API_Gateway_latency" { query = < ${var.latency_threshold_critical} EOF @@ -40,8 +40,8 @@ resource "datadog_monitor" "API_http_5xx_errors_count" { query = < ${var.http_5xx_requests_threshold_critical} EOF @@ -75,8 +75,8 @@ resource "datadog_monitor" "API_http_4xx_errors_count" { query = < ${var.http_4xx_requests_threshold_critical} EOF