Skip to content

Downloading CloudWatch metrics #234

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

Open
mcopik opened this issue Feb 20, 2025 · 0 comments
Open

Downloading CloudWatch metrics #234

mcopik opened this issue Feb 20, 2025 · 0 comments
Labels
aws enhancement New feature or request good first issue Good for newcomers

Comments

@mcopik
Copy link
Collaborator

mcopik commented Feb 20, 2025

Currently, we query CloudWatch metrics to get all execution statistics. However, this struggles to return all results if we do many concurrent invocations - we get 90-95% invocations instead. We want to investigate the source of the issue.

Alternatively, we can try a different method that works and always returns 100% of invocations - export CloudWatch metrics to S3, download them and parse manually. We have code for that in a different project.

This can be related to issue #42

@mcopik mcopik added aws enhancement New feature or request good first issue Good for newcomers labels Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant