]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: contrib/prometheus-exporter: Rename some metrics
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 8 Nov 2019 14:12:29 +0000 (15:12 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 15 Nov 2019 13:24:06 +0000 (14:24 +0100)
commit68b6968ecd4e265526cbef28bdd8ba7c941ce7bf
tree8e981b66859c5e337799e1a649722bfd957e6f5f
parent8fc027d4685afc9f3a1bea77162ff91b94407932
BUG/MINOR: contrib/prometheus-exporter: Rename some metrics

The following metrics have been renamed without the "_http" part :

 * http_queue_time_average_seconds     => queue_time_average_seconds
 * http_connect_time_average_seconds   => connect_time_average_seconds
 * http_response_time_average_seconds  => response_time_average_seconds
 * http_total_time_average_seconds     => total_time_average_seconds

These metrics are reported per backend and per server and are not specific to
HTTP sessions.
contrib/prometheus-exporter/README
contrib/prometheus-exporter/service-prometheus.c