HAProxy Metrics

See Application Integrations for more information.

haproxy.backend_hosts

The number of backend hosts.

haproxy.backend.bytes.in_rate

The rate of bytes in on backend hosts.

haproxy.backend.bytes.out_rate

The rate of bytes out on backend hosts.

haproxy.backend.connect.time

The average connect time over the last 1024 requests.

haproxy.backend.denied.req_rate

The number of requests denied due to security concerns.

haproxy.backend.denied.resp_rate

The number of responses denied due to security concerns.

haproxy.backend.errors.con_rate

The rate of requests that encountered an error trying to connect to a backend server.

haproxy.backend.errors.resp_rate

The rate of responses aborted due to error.

haproxy.backend.queue.current

The number of requests without an assigned backend.

haproxy.backend.queue.time

The average queue time over the last 1024 requests.

haproxy.backend.response.1xx

The backend HTTP responses with 1xx code.

haproxy.backend.response.2xx

The backend HTTP responses with 2xx code.

haproxy.backend.response.3xx

The backend HTTP responses with 3xx code.

haproxy.backend.response.4xx

The backend HTTP responses with 4xx code.

haproxy.backend.response.5xx

The backend HTTP responses with 5xx code.

haproxy.backend.response.other

The backend HTTP responses with another code (protocol error).

haproxy.backend.response.time

The average response time over the last 1024 requests (0 for TCP).

haproxy.backend.session.current

The number of active backend sessions.

haproxy.backend.session.limit

The configured backend session limit.

haproxy.backend.session.pct

The percentage of sessions in use. The formula used for this metric is backend.session.current / backend.session.limit * 100.

haproxy.backend.session.rate

The number of backend sessions created per second.

haproxy.backend.session.time

The average total session time over the last 1024 requests.

haproxy.backend.uptime

The number of seconds since the last UP<->DOWN transition.

haproxy.backend.warnings.redis_rate

The number of times a request was redispatched to another server.

haproxy.backend.warnings.retr_rate

The number of times a connection to a server was retried.

haproxy.count_per_status

The number of hosts by status (UP/DOWN/NOLB/MAINT).

haproxy.frontend.bytes.in_rate

The rate of bytes in on frontend hosts.

haproxy.frontend.bytes.out_rate

The rate of bytes out on frontend hosts.

haproxy.frontend.denied.req_rate

The number of requests denied due to security concerns.

haproxy.frontend.denied.resp_rate

The number of responses denied due to security concerns.

haproxy.frontend.errors.req_rate

The rate of request errors.

haproxy.frontend.requests.rate

The number of HTTP requests per second.

haproxy.frontend.response.1xx

The frontend HTTP responses with 1xx code.

haproxy.frontend.response.2xx

The frontend HTTP responses with 2xx code.

haproxy.frontend.response.3xx

The frontend HTTP responses with 3xx code.

haproxy.frontend.response.4xx

The frontend HTTP responses with 4xx code.

haproxy.frontend.response.5xx

The frontend HTTP responses with 5xx code.

haproxy.frontend.response.other

The frontend HTTP responses with another code (protocol error).

haproxy.frontend.session.current

The number of active frontend sessions.

haproxy.frontend.session.limit

The configured backend session limit.

haproxy.frontend.session.pct

The percentage of sessions in use. The formula used for this metric is frontend.session.current / frontend.session.limit * 100.

haproxy.frontend.session.rate

The number of frontend sessions created per second.

Agent 9.6.0 Additional HAProxy Metrics

  • haproxy.backend.requests.tot_rate

    Rate of total number of HTTP requests

  • haproxy.frontend.connections.rate

    Number of connections per second

  • haproxy.frontend.connections.tot_rate

    Rate of total number of connections

  • haproxy.frontend.requests.intercepted

    Number of intercepted requests per second

  • haproxy.frontend.requests.tot_rate

    Rate of total number of HTTP requests