Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[request]: Service Quota Metrics #771

Closed
rfum opened this issue Nov 15, 2024 · 2 comments
Closed

[request]: Service Quota Metrics #771

rfum opened this issue Nov 15, 2024 · 2 comments

Comments

@rfum
Copy link

rfum commented Nov 15, 2024

Hello,
When I was checking the aws docs https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Quotas-Visualize-Alarms.html I realize that it's possible to have service quota metrics on cloudwatch. But I couldn't find anything related to service quota metrics in this repo. Do they natively supported? If not , are there any plan to support service quotas?

@HMEiding
Copy link

HMEiding commented Nov 30, 2024

@matthiasr Could you please have a look at this?

@matthiasr
Copy link
Contributor

This exporter is generic – it doesn't really care about the underlying service, only CloudWatch, and tag manager, if you use the tag selection feature. As such, it should work with these metrics given the correct configuration. The main thing to get right is the dimensions; check the service documentation or the actual metrics for those. If in doubt, run the exporter in debug mode and it will show some extra messages about this.
For tag selection, the exporter also needs a way to map from the ARN returned by tag manager to a dimension on the metric. There's a default regular expression built in, but lately AWS has been getting more creative in their ARN formats.
The examples/ folder has a lot of configurations for other services that you can look at for inspiration. If possible, when you find a working configuration, please submit it there as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants