Add missing HAProxy metrics to the documentation

haproxy.pipes_free and haproxy.pipes_used were missing.

Change-Id: I954e6b22e620f62f9530fec90ec54d635b127469
This commit is contained in:
Simon Pasquier 2015-06-08 17:22:59 +02:00
parent 9ec360b910
commit 8dacd30943
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ Server
0 otherwise.
* ``haproxy.connections``, number of current connections.
* ``haproxy.ssl_connections``, number of current SSL connections.
* ``haproxy.pipes_free``, number of free pipes.
* ``haproxy.pipes_used``, number of used pipes.
* ``haproxy.run_queue``, number of connections waiting in the queue.
* ``haproxy.tasks``, number of tasks.
* ``haproxy.uptime``, HAProxy server uptime in seconds.