]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: contrib/prometheus-exporter: Add missing global and per-server metrics
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 10 Jul 2020 13:39:39 +0000 (15:39 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 15 Jul 2020 12:08:14 +0000 (14:08 +0200)
commitc55a626217a7e676e1ccfe28621ef664c3cf1aa7
tree9e4f9ce314ad12db4d73918b6280cea7d7755264
parentaaa70852d9a9493dc03e844a6c8743f8355a2a32
MINOR: contrib/prometheus-exporter: Add missing global and per-server metrics

Following metrics are now exported by the prometheus exporter to reflect recent
changes on HAProxy :

  * haproxy_process_failed_resolutions
  * haproxy_process_bytes_out_total
  * haproxy_process_spliced_bytes_out_total
  * haproxy_process_bytes_out_rate

and

 * haproxy_server_unsafe_idle_connections_current
 * haproxy_server_safe_idle_connections_current
 * haproxy_server_used_connections_current
 * haproxy_server_need_connections_current
contrib/prometheus-exporter/README
contrib/prometheus-exporter/service-prometheus.c