spcl/serverless-benchmarks

Downloading CloudWatch metrics

开放

#234 创建于 2025年2月20日

 (0 条评论) (0 个反应) (0 位负责人)Python (99 个派生)auto 404
awsenhancementgood first issue

仓库指标

星标
 (196 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南