From 6c0b5163ddd6be97374ba4d7c8b80887da73df91 Mon Sep 17 00:00:00 2001 From: Anthony Templeton Date: Mon, 7 Oct 2019 17:47:07 -0400 Subject: [PATCH] CloudWatch: Changes incorrect dimension wmlid to wlmid (#19679) Fixes #19476 --- pkg/tsdb/cloudwatch/metric_find_query.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/tsdb/cloudwatch/metric_find_query.go b/pkg/tsdb/cloudwatch/metric_find_query.go index bd34638f70f..6805eea59e1 100644 --- a/pkg/tsdb/cloudwatch/metric_find_query.go +++ b/pkg/tsdb/cloudwatch/metric_find_query.go @@ -180,7 +180,7 @@ func init() { "AWS/OpsWorks": {"InstanceId", "LayerId", "StackId"}, "AWS/Polly": {"Operation"}, "AWS/RDS": {"DBClusterIdentifier", "DBInstanceIdentifier", "DatabaseClass", "DbClusterIdentifier", "EngineName", "Role", "SourceRegion"}, - "AWS/Redshift": {"ClusterIdentifier", "NodeID", "Service class", "Stage", "latency", "wmlid"}, + "AWS/Redshift": {"ClusterIdentifier", "NodeID", "Service class", "Stage", "latency", "wlmid"}, "AWS/Route53": {"HealthCheckId", "Region"}, "AWS/S3": {"BucketName", "FilterId", "StorageType"}, "AWS/SES": {},