MINOR: doc: add missing statistics column

Complete documentation with missing description of newly added columns.

This must be backported up to 2.8.
This commit is contained in:
Amaury Denoyelle 2025-08-28 18:34:54 +02:00
parent f0710a1fbc
commit fb43343f6f

View File

@ -1341,6 +1341,21 @@ Here is the list of static fields using the proxy statistics domain:
101. agg_server_status_check [..B.]: (deprecated) 101. agg_server_status_check [..B.]: (deprecated)
102. agg_check_status [..B.]: backend aggregated gauge of server's state check 102. agg_check_status [..B.]: backend aggregated gauge of server's state check
status status
103. srid [...S]: server id revision
104. sess_other [.F..]: total number of sessions other than HTTP since process
started
105. h1_sess [.F..]: total number of HTTP/1 sessions since process started
106. h2_sess [.F..]: total number of HTTP/2 sessions since process started
107. h3_sess [.F..]: total number of HTTP/3 sessions since process started
108. req_other [.F..]: total number of sessions other than HTTP processed by
this object since the worker process started
109. h1req [.F..]: total number of HTTP/1 sessions processed by this object
since the worker process started
110. h2req [.F..]: total number of hTTP/2 sessions processed by this object
since the worker process started
111. h3req [.F..]: total number of HTTP/3 sessions processed by this object
since the worker process started
112. proto [L...]: protocol
For all other statistics domains, the presence or the order of the fields are For all other statistics domains, the presence or the order of the fields are
not guaranteed. In this case, the header line should always be used to parse not guaranteed. In this case, the header line should always be used to parse