BigW Consortium Gitlab

Commit 290306f3 by Tim Zallmann Committed by Mike Greiling

Merge branch '35174-fix-aws-elb-query' into 'master'

Fix incorrect AWS ELB metrics. Closes #35174 See merge request !12902
parent 9f2cf6c2
......@@ -7,7 +7,7 @@
- aws_elb_request_count_sum
weight: 1
queries:
- query_range: 'sum(aws_elb_request_count_sum{%{environment_filter}}) * 60'
- query_range: 'sum(aws_elb_request_count_sum{%{environment_filter}}) / 60'
label: Total
unit: req / sec
- title: "Latency"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment