spcl/serverless-benchmarks

Downloading CloudWatch metrics

オープン

#234 opened on 2025/02/20

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Python (99 件のフォーク)auto 404
awsenhancementgood first issue

Repository metrics

Stars
 (196 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド