diff --git a/cloud/azure/app-services/monitors-app_services.tf b/cloud/azure/app-services/monitors-app_services.tf index 537805c..557b006 100644 --- a/cloud/azure/app-services/monitors-app_services.tf +++ b/cloud/azure/app-services/monitors-app_services.tf @@ -7,7 +7,7 @@ resource "datadog_monitor" "appservices_response_time" { query = < ${var.response_time_threshold_critical} EOF @@ -39,7 +39,7 @@ resource "datadog_monitor" "appservices_memory_usage_count" { query = < ${var.memory_usage_threshold_critical} EOF @@ -71,8 +71,8 @@ resource "datadog_monitor" "appservices_http_5xx_errors_count" { query = < ${var.http_5xx_requests_threshold_critical} EOF @@ -104,8 +104,8 @@ resource "datadog_monitor" "appservices_http_4xx_errors_count" { query = < ${var.http_4xx_requests_threshold_critical} EOF @@ -138,9 +138,9 @@ resource "datadog_monitor" "appservices_http_success_status_rate" { query = < ${var.cpu_percentage_threshold_critical} EOF @@ -66,7 +66,7 @@ resource "datadog_monitor" "memory_percentage" { query = < ${var.memory_percentage_threshold_critical} EOF