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

Question : Limiting API calls #174

Open
Antoine-Sevec opened this issue May 14, 2024 · 2 comments
Open

Question : Limiting API calls #174

Antoine-Sevec opened this issue May 14, 2024 · 2 comments
Labels
question Further information is requested

Comments

@Antoine-Sevec
Copy link

Hi !

Is it possible to limit API calls to AWS with a variable ?

We have a very large increase in our CloudWatch API (GetMetricData) costs and would like to be able to reduce the frequency.

Thank you for your support

@vmercierfr vmercierfr added the question Further information is requested label Jun 28, 2024
@vmercierfr
Copy link
Collaborator

Hello,

The exporter exposes the rds_api_call_total metrics, so you can confirm if the costs are related to the exporter (also visible in the exporter's internal dashboard).

Unfortunately, the exporter doesn't support yet instance filtering, so metrics of all RDS instances will be scrapped.

As mitigation, you may:

I hope it will help

@vmercierfr
Copy link
Collaborator

Related to #94

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants