Commit 7a8f2cd7 by Nils Diefenbach Committed by Torkel Ödegaard

Cloudwatch: Lowercase Redshift Dimension entry for service class and stage (#19897)

fixes #19761
parent 0303aad9
...@@ -180,7 +180,7 @@ func init() { ...@@ -180,7 +180,7 @@ func init() {
"AWS/OpsWorks": {"InstanceId", "LayerId", "StackId"}, "AWS/OpsWorks": {"InstanceId", "LayerId", "StackId"},
"AWS/Polly": {"Operation"}, "AWS/Polly": {"Operation"},
"AWS/RDS": {"DBClusterIdentifier", "DBInstanceIdentifier", "DatabaseClass", "DbClusterIdentifier", "EngineName", "Role", "SourceRegion"}, "AWS/RDS": {"DBClusterIdentifier", "DBInstanceIdentifier", "DatabaseClass", "DbClusterIdentifier", "EngineName", "Role", "SourceRegion"},
"AWS/Redshift": {"ClusterIdentifier", "NodeID", "Service class", "Stage", "latency", "wlmid"}, "AWS/Redshift": {"ClusterIdentifier", "NodeID", "service class", "stage", "latency", "wlmid"},
"AWS/Route53": {"HealthCheckId", "Region"}, "AWS/Route53": {"HealthCheckId", "Region"},
"AWS/S3": {"BucketName", "FilterId", "StorageType"}, "AWS/S3": {"BucketName", "FilterId", "StorageType"},
"AWS/SES": {}, "AWS/SES": {},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment