commit | 60a6b6edf0690590452ede9fe8ee79347cf53d48 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Jul 22 08:04:38 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Jul 27 08:12:13 2021 +0200 |
tree | 0930e912addbac9512c25bf3ddc684ac61cd675b | |
parent | 73617f937e001514305a3ee5a259bf45a3f0961b [diff] |
BUG/MINOR: stats: Add missing agent stats on servers Agent stats were lost during the stats refactoring performed in the 2.4 to simplify the Prometheus exporter. stats_fill_sv_stats() function must fill ST_F_AGENT_* and ST_F_LAST_AGT stats. This patch should fix the issue #1331. It must be backported to 2.4. (cherry picked from commit 59bab616498399a8306eff2905764c0ecccdaf70) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>