]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stats: Expose native cum_req metric for a server
authorMarcin Deranek <marcin.deranek@booking.com>
Fri, 15 May 2020 16:32:51 +0000 (18:32 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 16 May 2020 20:40:03 +0000 (22:40 +0200)
commit3c27ddabec63ade15b5c4f1c13fdaf7bddb9ca61
tree42c0db25d19763156a8e9fd5467ed32e3385565a
parent4dc2b57d516ce30cfc5272f911cd4b3e32725580
MINOR: stats: Expose native cum_req metric for a server

Expose native cum_req metric for a server: so far it was calculated as a
sum or all responses. Rename it from Cum. HTTP Responses to Cum. HTTP
Requests to be consistent with Frontend and Backend.
contrib/prometheus-exporter/service-prometheus.c
src/http_ana.c
src/stats.c