mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 09:26:43 -06:00
Cloudwatch: Lowercase Redshift Dimension entry for service class and stage (#19897)
fixes #19761
This commit is contained in:
parent
0303aad98f
commit
7a8f2cd75d
@ -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", "wlmid"},
|
||||
"AWS/Redshift": {"ClusterIdentifier", "NodeID", "service class", "stage", "latency", "wlmid"},
|
||||
"AWS/Route53": {"HealthCheckId", "Region"},
|
||||
"AWS/S3": {"BucketName", "FilterId", "StorageType"},
|
||||
"AWS/SES": {},
|
||||
|
Loading…
Reference in New Issue
Block a user