Skip to content

Commit

Permalink
Include RDS Proxy metrics within the RDS namespace. (#1501)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliyf authored Nov 26, 2024
1 parent 03282bc commit b1efe66
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 @@ -741,10 +741,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 b1efe66

Please sign in to comment.