From 8dacd30943955a62012e1b4f0990ba4cc9ee85eb Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Mon, 8 Jun 2015 17:22:59 +0200 Subject: [PATCH] Add missing HAProxy metrics to the documentation haproxy.pipes_free and haproxy.pipes_used were missing. Change-Id: I954e6b22e620f62f9530fec90ec54d635b127469 --- doc/source/metrics/haproxy.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/metrics/haproxy.rst b/doc/source/metrics/haproxy.rst index 84afd3844..c8dc183fc 100644 --- a/doc/source/metrics/haproxy.rst +++ b/doc/source/metrics/haproxy.rst @@ -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.