Fix for HA Proxy

This commit is contained in:
Joshua Lambert 2017-07-20 01:51:31 -04:00
parent 3193fd44e8
commit 60b8bb6994
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
- haproxy_frontend_http_responses_total
weight: 1
queries:
- query_range: 'sum(rate(haproxy_frontend_http_requests_total{code="5xx",%{environment_filter}}[2m])) / sum(rate(haproxy_frontend_http_requests_total{%{environment_filter}}[2m]))'
- query_range: 'sum(rate(haproxy_frontend_http_responses_total{code="5xx",%{environment_filter}}[2m])) / sum(rate(haproxy_frontend_http_responses_total{%{environment_filter}}[2m]))'
label: HTTP Errors
unit: "%"
- group: AWS Elastic Load Balancer