From b1efe66424368c7d9e9101150295fbaaf2f71ab0 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Tue, 26 Nov 2024 10:35:18 -0500 Subject: [PATCH] Include RDS Proxy metrics within the RDS namespace. (#1501) --- pkg/config/services.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/config/services.go b/pkg/config/services.go index d5f54f706..ae5a25c53 100644 --- a/pkg/config/services.go +++ b/pkg/config/services.go @@ -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[^/]+)"), regexp.MustCompile(":db:(?P[^/]+)"), + regexp.MustCompile(":db-proxy:(?P[^/]+)"), }, }, {