mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Add DbClusterIdentifier
to CloudWatch dimensions (#9297)
Unfortunately CloudWatch dimensions are case-sensitive and it uses both `DBClusterIdentifier` and `DbClusterIdentifier` (notice the lower case `b`) depending on the metric. All metrics which also have the `Role` dimension appear to use `DBClusterIdentifier`, whereas metric with the `EngineName` dimension use `DbClusterIdentifier`.
This commit is contained in:
parent
fdec9a4daf
commit
4a6da233d9
@ -126,7 +126,7 @@ func init() {
|
|||||||
"AWS/NATGateway": {"NatGatewayId"},
|
"AWS/NATGateway": {"NatGatewayId"},
|
||||||
"AWS/OpsWorks": {"StackId", "LayerId", "InstanceId"},
|
"AWS/OpsWorks": {"StackId", "LayerId", "InstanceId"},
|
||||||
"AWS/Redshift": {"NodeID", "ClusterIdentifier"},
|
"AWS/Redshift": {"NodeID", "ClusterIdentifier"},
|
||||||
"AWS/RDS": {"DBInstanceIdentifier", "DBClusterIdentifier", "DatabaseClass", "EngineName", "Role"},
|
"AWS/RDS": {"DBInstanceIdentifier", "DBClusterIdentifier", "DbClusterIdentifier", "DatabaseClass", "EngineName", "Role"},
|
||||||
"AWS/Route53": {"HealthCheckId", "Region"},
|
"AWS/Route53": {"HealthCheckId", "Region"},
|
||||||
"AWS/S3": {"BucketName", "StorageType", "FilterId"},
|
"AWS/S3": {"BucketName", "StorageType", "FilterId"},
|
||||||
"AWS/SES": {},
|
"AWS/SES": {},
|
||||||
|
Loading…
Reference in New Issue
Block a user