]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stats: rename info stats
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 22 Apr 2024 07:41:15 +0000 (09:41 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 22 Apr 2024 14:25:18 +0000 (16:25 +0200)
commit8dbb74542f534388c153e176f36c88f9f89cf4c5
tree2d73d85a2f2b947f474f0da3fcb207990530dc86
parent02e0dd6d3043b05c873dba9fdc57c8861b157024
MINOR: stats: rename info stats

Info are used to expose haproxy global metrics. It is similar to proxy
statistics and any other module. As such, rename info indexes using
SI_I_INF_* prefix. Also info variable is renamed stat_line_info.

Thanks to this, naming is now consistent between info and other
statistics. It will help to integrate it as a "global" statistics
module.
addons/promex/service-prometheus.c
include/haproxy/stats-t.h
include/haproxy/stats.h
src/hlua_fcn.c
src/stats-json.c
src/stats.c