{{ template "head" . }} {{ template "prom_content_head" . }}

HAProxy Frontends

{{ range query "count by (frontend)(haproxy_frontend_http_requests_total{job='haproxy'})" | sortByLabel "frontend" }} {{ else }} {{ end }} {{ template "prom_content_tail" . }} {{ template "tail" }}
Frontend Requests Sessions
{{ .Labels.frontend }} {{ template "prom_query_drilldown" (args (printf "sum by(frontend)(rate(haproxy_frontend_http_requests_total{job='haproxy',frontend='%s'}[5m]))" .Labels.frontend) "/s" "humanizeNoSmallPrefix") }} {{ template "prom_query_drilldown" (args (printf "sum by(frontend)(haproxy_frontend_current_sessions{job='haproxy',frontend='%s'})" .Labels.frontend) "" "humanize") }}
No frontends found.