Skip to content

Commit b1efe66

Browse files
authored
Include RDS Proxy metrics within the RDS namespace. (#1501)
1 parent 03282bc commit b1efe66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/config/services.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,10 +741,12 @@ var SupportedServices = serviceConfigs{
741741
ResourceFilters: []*string{
742742
aws.String("rds:db"),
743743
aws.String("rds:cluster"),
744+
aws.String("rds:db-proxy"),
744745
},
745746
DimensionRegexps: []*regexp.Regexp{
746747
regexp.MustCompile(":cluster:(?P<DBClusterIdentifier>[^/]+)"),
747748
regexp.MustCompile(":db:(?P<DBInstanceIdentifier>[^/]+)"),
749+
regexp.MustCompile(":db-proxy:(?P<ProxyIdentifier>[^/]+)"),
748750
},
749751
},
750752
{

0 commit comments

Comments
 (0)