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

Cloudwatch could throttle on too many requests per second #1

Open
retsef opened this issue Mar 27, 2023 · 0 comments · May be fixed by #2
Open

Cloudwatch could throttle on too many requests per second #1

retsef opened this issue Mar 27, 2023 · 0 comments · May be fixed by #2
Assignees

Comments

@retsef
Copy link
Owner

retsef commented Mar 27, 2023

AWS Cloudwatch throttle request at maximum of 500 request per second.
Currently we are dispatching every metric to put_metric_data, but this create easily too many requests in our production environment.
put_metric_data can allow send multiple values at same time, and thanks to the same metric call we can try to bundle together up to maximum 1000 values with a payload of 1MB.

We should need some sort of debounce or bucket send with a time threshold.

@retsef retsef self-assigned this Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant