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 = <