From 90df4078be9442d085b9b40a8be6110e6e2976f7 Mon Sep 17 00:00:00 2001 From: "gauthier.ampe@fr.clara.net" Date: Mon, 9 Sep 2019 18:51:29 +0200 Subject: [PATCH] MON-509 Fix name of 3 monitors --- cloud/azure/storage/monitors-azure-storage.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cloud/azure/storage/monitors-azure-storage.tf b/cloud/azure/storage/monitors-azure-storage.tf index 7ad7afc..22c255a 100644 --- a/cloud/azure/storage/monitors-azure-storage.tf +++ b/cloud/azure/storage/monitors-azure-storage.tf @@ -673,7 +673,7 @@ EOQ resource "datadog_monitor" "file_throttling_error_requests" { count = var.throttling_error_requests_enabled == "true" ? 1 : 0 - name = "${var.prefix_slug == "" ? "" : "[${var.prefix_slug}]"}[${var.environment}] Azure Storage too many throttling errors {{#is_alert}}{{{comparator}}} {{threshold}}% ({{value}}%){{/is_alert}}{{#is_warning}}{{{comparator}}} {{warn_threshold}}% ({{value}}%){{/is_warning}}" + name = "${var.prefix_slug == "" ? "" : "[${var.prefix_slug}]"}[${var.environment}] Azure File Storage too many throttling errors {{#is_alert}}{{{comparator}}} {{threshold}}% ({{value}}%){{/is_alert}}{{#is_warning}}{{{comparator}}} {{warn_threshold}}% ({{value}}%){{/is_warning}}" message = coalesce(var.throttling_error_requests_message, var.message) query = <