Skip to content

Commit

Permalink
Remove tagged resource requirement from TrustedAdvisor (prometheus-co…
Browse files Browse the repository at this point in the history
  • Loading branch information
kgeckhart authored Jul 17, 2023
1 parent 74a39ca commit 19fb6ea
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/config/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -704,12 +704,6 @@ var SupportedServices = serviceConfigs{
{
Namespace: "AWS/TrustedAdvisor",
Alias: "trustedadvisor",
ResourceFilters: []*string{
aws.String("trustedadvisor"),
},
DimensionRegexps: []*regexp.Regexp{
regexp.MustCompile(":checks/(?P<CategoryCode>[^/]+)/(?P<CheckId>)$"),
},
},
{
Namespace: "AWS/VPN",
Expand Down

0 comments on commit 19fb6ea

Please sign in to comment.