metrics.go
24.6 KB
-
Add `DbClusterIdentifier` to CloudWatch dimensions (#9297) · 4a6da233
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`.
Will Sewell committed