From 7769135d2cc916096c850f8d0569e6289c5b9ff0 Mon Sep 17 00:00:00 2001 From: Alexandre Gaillet Date: Fri, 25 May 2018 12:40:30 +0200 Subject: [PATCH] MON-32 - Tags updated --- cloud/aws/elasticache/common/monitors-elasticache.tf | 12 ++++++------ .../aws/elasticache/memcached/monitors-memcached.tf | 8 ++++---- cloud/aws/elasticache/redis/monitors-redis.tf | 12 ++++++------ 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/cloud/aws/elasticache/common/monitors-elasticache.tf b/cloud/aws/elasticache/common/monitors-elasticache.tf index 2b6bae1..51ced20 100644 --- a/cloud/aws/elasticache/common/monitors-elasticache.tf +++ b/cloud/aws/elasticache/common/monitors-elasticache.tf @@ -6,7 +6,7 @@ resource "datadog_monitor" "elasticache_eviction" { query = < 0 EOF @@ -22,7 +22,7 @@ resource "datadog_monitor" "elasticache_eviction" { silenced = "${var.eviction_silenced}" - tags = ["env:${var.environment}", "resource:${var.resource}", "team:aws", "provider:aws"] + tags = ["env:${var.environment}", "engine:${var.resource}", "team:aws", "provider:aws"] } resource "datadog_monitor" "elasticache_max_connection" { @@ -33,7 +33,7 @@ resource "datadog_monitor" "elasticache_max_connection" { query = <= 65000 EOF @@ -49,7 +49,7 @@ resource "datadog_monitor" "elasticache_max_connection" { silenced = "${var.max_connection_silenced}" - tags = ["env:${var.environment}", "resource:${var.resource}", "team:aws", "provider:aws"] + tags = ["env:${var.environment}", "engine:${var.resource}", "team:aws", "provider:aws"] } resource "datadog_monitor" "elasticache_no_connection" { @@ -60,7 +60,7 @@ resource "datadog_monitor" "elasticache_no_connection" { query = <