diff --git a/cloud/azure/storage/monitors-azure-storage.tf b/cloud/azure/storage/monitors-azure-storage.tf index b38db2a..8b3d103 100644 --- a/cloud/azure/storage/monitors-azure-storage.tf +++ b/cloud/azure/storage/monitors-azure-storage.tf @@ -4,7 +4,7 @@ resource "datadog_monitor" "storage_status" { message = coalesce(var.status_message, var.message) query = < ${var.successful_storage_requests_threshold_critical} EOQ @@ -224,8 +224,8 @@ resource "datadog_monitor" "fileservices_requests_error" { query = < ${var.successful_storage_requests_threshold_critical} EOQ @@ -262,8 +262,8 @@ resource "datadog_monitor" "queueservices_requests_error" { query = < ${var.successful_storage_requests_threshold_critical} EOQ @@ -300,8 +300,8 @@ resource "datadog_monitor" "tableservices_requests_error" { query = < ${var.successful_storage_requests_threshold_critical} EOQ @@ -338,7 +338,7 @@ resource "datadog_monitor" "blobservices_latency" { query = < ${var.latency_threshold_critical} EOQ @@ -375,7 +375,7 @@ resource "datadog_monitor" "fileservices_latency" { query = < ${var.latency_threshold_critical} EOQ @@ -412,7 +412,7 @@ resource "datadog_monitor" "queueservices_latency" { query = < ${var.latency_threshold_critical} EOQ @@ -450,7 +450,7 @@ resource "datadog_monitor" "tableservices_latency" { query = < ${var.latency_threshold_critical} EOQ @@ -488,7 +488,7 @@ resource "datadog_monitor" "blob_timeout_error_requests" { query = < ${var.timeout_error_requests_threshold_critical} EOQ @@ -525,7 +525,7 @@ resource "datadog_monitor" "file_timeout_error_requests" { query = < ${var.timeout_error_requests_threshold_critical} EOQ @@ -562,7 +562,7 @@ resource "datadog_monitor" "queue_timeout_error_requests" { query = < ${var.timeout_error_requests_threshold_critical} EOQ @@ -599,7 +599,7 @@ resource "datadog_monitor" "table_timeout_error_requests" { query = < ${var.timeout_error_requests_threshold_critical} EOQ @@ -636,7 +636,7 @@ resource "datadog_monitor" "blob_network_error_requests" { query = < ${var.network_error_requests_threshold_critical} EOQ @@ -673,7 +673,7 @@ resource "datadog_monitor" "file_network_error_requests" { query = < ${var.network_error_requests_threshold_critical} EOQ @@ -710,7 +710,7 @@ resource "datadog_monitor" "queue_network_error_requests" { query = < ${var.network_error_requests_threshold_critical} EOQ @@ -748,7 +748,7 @@ resource "datadog_monitor" "table_network_error_requests" { query = < ${var.network_error_requests_threshold_critical} EOQ @@ -785,7 +785,7 @@ resource "datadog_monitor" "blob_throttling_error_requests" { query = < ${var.throttling_error_requests_threshold_critical} EOQ @@ -822,7 +822,7 @@ resource "datadog_monitor" "file_throttling_error_requests" { query = < ${var.throttling_error_requests_threshold_critical} EOQ @@ -856,7 +856,7 @@ resource "datadog_monitor" "queue_throttling_error_requests" { query = < ${var.throttling_error_requests_threshold_critical} EOQ @@ -893,7 +893,7 @@ resource "datadog_monitor" "table_throttling_error_requests" { query = < ${var.throttling_error_requests_threshold_critical} EOQ @@ -930,7 +930,7 @@ resource "datadog_monitor" "blob_server_other_error_requests" { query = < ${var.server_other_error_requests_threshold_critical} EOQ @@ -967,7 +967,7 @@ resource "datadog_monitor" "file_server_other_error_requests" { query = < ${var.server_other_error_requests_threshold_critical} EOQ @@ -1004,7 +1004,7 @@ resource "datadog_monitor" "queue_server_other_error_requests" { query = < ${var.server_other_error_requests_threshold_critical} EOQ @@ -1042,7 +1042,7 @@ resource "datadog_monitor" "table_server_other_error_requests" { query = < ${var.server_other_error_requests_threshold_critical} EOQ @@ -1079,7 +1079,7 @@ resource "datadog_monitor" "blob_client_other_error_requests" { query = < ${var.client_other_error_requests_threshold_critical} EOQ @@ -1116,7 +1116,7 @@ resource "datadog_monitor" "file_client_other_error_requests" { query = < ${var.client_other_error_requests_threshold_critical} EOQ @@ -1153,7 +1153,7 @@ resource "datadog_monitor" "queue_client_other_error_requests" { query = < ${var.client_other_error_requests_threshold_critical} EOQ @@ -1191,7 +1191,7 @@ resource "datadog_monitor" "table_client_other_error_requests" { query = < ${var.client_other_error_requests_threshold_critical} EOQ @@ -1228,7 +1228,7 @@ resource "datadog_monitor" "blob_authorization_error_requests" { query = < ${var.authorization_error_requests_threshold_critical} EOQ @@ -1265,7 +1265,7 @@ resource "datadog_monitor" "file_authorization_error_requests" { query = < ${var.authorization_error_requests_threshold_critical} EOQ @@ -1303,7 +1303,7 @@ resource "datadog_monitor" "queue_authorization_error_requests" { query = < ${var.authorization_error_requests_threshold_critical} EOQ @@ -1340,7 +1340,7 @@ resource "datadog_monitor" "table_authorization_error_requests" { query = < ${var.authorization_error_requests_threshold_critical} EOQ