commit | 745ce8e8ad8150569f368ab4663adda77a43c857 | [log] [tgz] |
---|---|---|
author | Aurelien DARRAGON <adarragon@haproxy.com> | Thu Nov 17 16:34:07 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Dec 06 10:22:06 2022 +0100 |
tree | 90667b1bec79f54dc62ab3db69bc47ae56f1520f | |
parent | 61e3894dfeba54bc4d6a2ae3c0dd708850e8320e [diff] |
MINOR: stats: add server revision id support Make use of the new srv->rid value in stats. Stat is referred as ST_F_SRID, it is now used in stats_fill_sv_stats function in order to be included in csv and json stats dumps. Moreover, "rid: $value" will be displayed next to server puid in html stats page if "stats show-legend" is specified in the stats frontend. (mouse hovering tooltip) Depends on the following commit: "MINOR: server: add srv->rid (revision id) value"