monitoringartist / grafana-aws-cloudwatch-dashboards

:cloud: 40+ Grafana dashboards for AWS CloudWatch metrics: EC2, Lambda, S3, ELB, EMR, EBS, SNS, SES, SQS, RDS, EFS, ElastiCache, Billing, API Gateway, VPN, Step Functions, Route 53, CodeBuild, ...
https://grafana.com/orgs/monitoringartist/dashboards
GNU General Public License v3.0
2.05k stars 790 forks source link

ELB RequestCount should use Sum statistic rather than Average #62

Closed cippaciong closed 4 years ago

cippaciong commented 5 years ago

Hello, first of all thank you for your work on these dashboards and for sharing them. I was looking at the Application ELB dashboard and noticed that in the RequestCount / Latency panel you are using the Average statistic for ELB RequestCount.

According to AWS Documentation the most useful statistic should be Sum and I think that Minimum, Maximum, and Average always return 1 or 0.

Edit: Actually the same holds for other metrics in the ELB Dashboard like all http code counts, connection counts and so on

jangaraj commented 5 years ago

Thank you for the feedback. Could you create pull request to fix reported problem, please?