From d4f87765a63a7ea520b18255d8d7b28e149555ee Mon Sep 17 00:00:00 2001 From: Satyajeet Jadhav Date: Thu, 19 Jan 2023 14:07:46 +0530 Subject: [PATCH] updated metric name --- modules/aws/elasticache_cloudwatch.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/aws/elasticache_cloudwatch.hcl b/modules/aws/elasticache_cloudwatch.hcl index 8a709d9..30220e7 100644 --- a/modules/aws/elasticache_cloudwatch.hcl +++ b/modules/aws/elasticache_cloudwatch.hcl @@ -272,13 +272,13 @@ ingester aws_elasticache_cloudwatch module { } } - gauge "SetTypeCmdsLatency_p99" { + gauge "set_type_cmds_latency_p99" { index = 14 input_unit = "ms" output_unit = "ms" aggregator = "MAX" - source cloudwatch "SetTypeCmdsLatency_p99" { + source cloudwatch "set_type_cmds_latency_p99" { query { aggregator = "p99" namespace = "AWS/ElastiCache"