Merge "Add missing HAProxy metrics to the documentation"

This commit is contained in:
Jenkins 2015-06-12 12:21:32 +00:00 committed by Gerrit Code Review
commit c6acb644df
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.