Skip to content

Commit

Permalink
Remove unsupported MWAA resource filter (prometheus-community#1152)
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Gera <[email protected]>
  • Loading branch information
matej-g authored Sep 25, 2023
1 parent b5e1c7c commit 93dcda5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/config/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ var SupportedServices = serviceConfigs{
{
Namespace: "AWS/MWAA",
Alias: "mwaa",
ResourceFilters: []*string{
aws.String("mwaa"),
},
},
{
Namespace: "AWS/ApplicationELB",
Expand Down

0 comments on commit 93dcda5

Please sign in to comment.