Skip to content

Commit

Permalink
Add AWS/SecretsManager to the services list
Browse files Browse the repository at this point in the history
At the moment `AWS/SecretsManager` namespace has only metric in there - `ResourceCount`, it can be used to keep track of count of secrets in the region (secrets count is not being reported to the `AWS/Usage` namespace for some reason)

- https://docs.aws.amazon.com/secretsmanager/latest/userguide/monitoring-cloudwatch.html
  • Loading branch information
taraspos committed Mar 7, 2024
1 parent 615dcc8 commit 54d387b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/config/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,10 @@ var SupportedServices = serviceConfigs{
regexp.MustCompile("(?P<BucketName>[^:]+)$"),
},
},
{
Namespace: "AWS/SecretsManager",
Alias: "secretsmanager",
},
{
Namespace: "AWS/SES",
Alias: "ses",
Expand Down

0 comments on commit 54d387b

Please sign in to comment.