diff options
author | Joshua Lambert <joshua@gitlab.com> | 2017-07-17 00:52:37 +0000 |
---|---|---|
committer | Joshua Lambert <joshua@gitlab.com> | 2017-07-17 00:52:37 +0000 |
commit | 6e88631cff8a11246146fe7d580c274e4762f9bc (patch) | |
tree | 6944b5d05619cd2a90a6902bf435edc968d1b716 /config | |
parent | 00861676a0cac3154153ec1afd7582991628e16e (diff) | |
download | gitlab-ce-6e88631cff8a11246146fe7d580c274e4762f9bc.tar.gz |
Fix incorrect AWS ELB metrics.35174-fix-aws-elb-query
Diffstat (limited to 'config')
-rw-r--r-- | config/prometheus/additional_metrics.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/prometheus/additional_metrics.yml b/config/prometheus/additional_metrics.yml index d33fae4182d..60355e9140c 100644 --- a/config/prometheus/additional_metrics.yml +++ b/config/prometheus/additional_metrics.yml @@ -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" |