为什么 AWS CloudWatch 指标 "RequestCount" 不显示请求总数?

Why doesn't the AWS CloudWatch metric "RequestCount" show me the total number of requests?

我有一个 AWS 负载均衡器连接到一个 EC2 实例。根据 AWS 文档以及我所期望的含义,ELB 上 RequestCount 的 CloudWatch 指标应该显示请求总数。但是,我得到一个映射到 0-1 比例的图表,其中 1 是峰值。

这是正确的吗?这对我没有用。有没有办法查看实际的请求数?

好的,为未来的搜索者回答我自己的问题:

您需要转到 图表指标 选项卡并将 统计数据 选项更改为 总和 (感谢 @Dejan Peretin)。我之前将其设置为 Average.