spcl/serverless-benchmarks

Downloading CloudWatch metrics

Aperta

#234 aperta il 20 feb 2025

 (0 commenti) (0 reazioni) (0 assegnatari)Python (99 fork)auto 404
awsenhancementgood first issue

Metriche repository

Star
 (196 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor