Skip to content

Commit

Permalink
Include RDS Proxy metrics within the RDS namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliyf committed Aug 16, 2024
1 parent baf1c3f commit d95391c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/config/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -725,10 +725,12 @@ var SupportedServices = serviceConfigs{
ResourceFilters: []*string{
aws.String("rds:db"),
aws.String("rds:cluster"),
aws.String("rds:db-proxy"),
},
DimensionRegexps: []*regexp.Regexp{
regexp.MustCompile(":cluster:(?P<DBClusterIdentifier>[^/]+)"),
regexp.MustCompile(":db:(?P<DBInstanceIdentifier>[^/]+)"),
regexp.MustCompile(":db-proxy:(?P<ProxyIdentifier>[^/]+)"),
},
},
{
Expand Down

0 comments on commit d95391c

Please sign in to comment.