From 3ef1488d8b3339a1188c8a5e8397f9aa7804c0aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Respaut?= Date: Thu, 1 Aug 2019 18:00:50 +0200 Subject: [PATCH] Revert "AZ-97: Drop by resource_group_name," This reverts commit e2b4e53925db6eaea9f15ea7913ae3f2815cacac. --- cloud/azure/storage/monitors-azure-storage.tf | 122 +++++++++--------- 1 file changed, 61 insertions(+), 61 deletions(-) diff --git a/cloud/azure/storage/monitors-azure-storage.tf b/cloud/azure/storage/monitors-azure-storage.tf index d467a49..ad4dcef 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 @@ -76,8 +76,8 @@ resource "datadog_monitor" "fileservices_requests_error" { message = coalesce(var.successful_requests_message, var.message) query = < ${var.successful_storage_requests_threshold_critical} EOQ @@ -114,8 +114,8 @@ resource "datadog_monitor" "queueservices_requests_error" { query = < ${var.successful_storage_requests_threshold_critical} EOQ @@ -152,8 +152,8 @@ resource "datadog_monitor" "tableservices_requests_error" { query = < ${var.successful_storage_requests_threshold_critical} EOQ @@ -190,7 +190,7 @@ resource "datadog_monitor" "blobservices_latency" { query = < ${var.latency_threshold_critical} EOQ @@ -227,7 +227,7 @@ resource "datadog_monitor" "fileservices_latency" { query = < ${var.latency_threshold_critical} EOQ @@ -264,7 +264,7 @@ resource "datadog_monitor" "queueservices_latency" { query = < ${var.latency_threshold_critical} EOQ @@ -301,7 +301,7 @@ resource "datadog_monitor" "tableservices_latency" { query = < ${var.latency_threshold_critical} EOQ @@ -338,8 +338,8 @@ resource "datadog_monitor" "blob_timeout_error_requests" { query = < ${var.timeout_error_requests_threshold_critical} EOQ @@ -375,8 +375,8 @@ resource "datadog_monitor" "file_timeout_error_requests" { query = < ${var.timeout_error_requests_threshold_critical} EOQ @@ -412,8 +412,8 @@ resource "datadog_monitor" "queue_timeout_error_requests" { query = < ${var.timeout_error_requests_threshold_critical} EOQ @@ -450,8 +450,8 @@ resource "datadog_monitor" "table_timeout_error_requests" { query = < ${var.timeout_error_requests_threshold_critical} EOQ @@ -488,8 +488,8 @@ resource "datadog_monitor" "blob_network_error_requests" { query = < ${var.network_error_requests_threshold_critical} EOQ @@ -526,8 +526,8 @@ resource "datadog_monitor" "file_network_error_requests" { query = < ${var.network_error_requests_threshold_critical} EOQ @@ -564,8 +564,8 @@ resource "datadog_monitor" "queue_network_error_requests" { query = < ${var.network_error_requests_threshold_critical} EOQ @@ -602,8 +602,8 @@ resource "datadog_monitor" "table_network_error_requests" { query = < ${var.network_error_requests_threshold_critical} EOQ @@ -640,8 +640,8 @@ resource "datadog_monitor" "blob_throttling_error_requests" { query = < ${var.throttling_error_requests_threshold_critical} EOQ @@ -678,8 +678,8 @@ resource "datadog_monitor" "file_throttling_error_requests" { query = < ${var.throttling_error_requests_threshold_critical} EOQ @@ -712,8 +712,8 @@ resource "datadog_monitor" "queue_throttling_error_requests" { query = < ${var.throttling_error_requests_threshold_critical} EOQ @@ -750,8 +750,8 @@ resource "datadog_monitor" "table_throttling_error_requests" { query = < ${var.throttling_error_requests_threshold_critical} EOQ @@ -790,8 +790,8 @@ resource "datadog_monitor" "blob_server_other_error_requests" { query = < ${var.server_other_error_requests_threshold_critical} EOQ @@ -828,8 +828,8 @@ resource "datadog_monitor" "file_server_other_error_requests" { query = < ${var.server_other_error_requests_threshold_critical} EOQ @@ -866,8 +866,8 @@ resource "datadog_monitor" "queue_server_other_error_requests" { query = < ${var.server_other_error_requests_threshold_critical} EOQ @@ -904,8 +904,8 @@ resource "datadog_monitor" "table_server_other_error_requests" { query = < ${var.server_other_error_requests_threshold_critical} EOQ @@ -941,8 +941,8 @@ resource "datadog_monitor" "blob_client_other_error_requests" { message = coalesce(var.client_other_error_requests_message, var.message) query = < ${var.client_other_error_requests_threshold_critical} EOQ @@ -979,8 +979,8 @@ resource "datadog_monitor" "file_client_other_error_requests" { query = < ${var.client_other_error_requests_threshold_critical} EOQ @@ -1017,8 +1017,8 @@ resource "datadog_monitor" "queue_client_other_error_requests" { query = < ${var.client_other_error_requests_threshold_critical} EOQ @@ -1055,8 +1055,8 @@ resource "datadog_monitor" "table_client_other_error_requests" { query = < ${var.client_other_error_requests_threshold_critical} EOQ @@ -1093,8 +1093,8 @@ resource "datadog_monitor" "blob_authorization_error_requests" { query = < ${var.authorization_error_requests_threshold_critical} EOQ @@ -1131,8 +1131,8 @@ resource "datadog_monitor" "file_authorization_error_requests" { query = < ${var.authorization_error_requests_threshold_critical} EOQ @@ -1169,8 +1169,8 @@ resource "datadog_monitor" "queue_authorization_error_requests" { query = < ${var.authorization_error_requests_threshold_critical} EOQ @@ -1207,8 +1207,8 @@ resource "datadog_monitor" "table_authorization_error_requests" { query = < ${var.authorization_error_requests_threshold_critical} EOQ