File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -1341,6 +1341,21 @@ Here is the list of static fields using the proxy statistics domain:
13411341 101. agg_server_status_check [..B.]: (deprecated)
13421342 102. agg_check_status [..B.]: backend aggregated gauge of server's state check
13431343 status
1344+ 103. srid [...S]: server id revision
1345+ 104. sess_other [.F..]: total number of sessions other than HTTP since process
1346+ started
1347+ 105. h1_sess [.F..]: total number of HTTP/1 sessions since process started
1348+ 106. h2_sess [.F..]: total number of HTTP/2 sessions since process started
1349+ 107. h3_sess [.F..]: total number of HTTP/3 sessions since process started
1350+ 108. req_other [.F..]: total number of sessions other than HTTP processed by
1351+ this object since the worker process started
1352+ 109. h1req [.F..]: total number of HTTP/1 sessions processed by this object
1353+ since the worker process started
1354+ 110. h2req [.F..]: total number of hTTP/2 sessions processed by this object
1355+ since the worker process started
1356+ 111. h3req [.F..]: total number of HTTP/3 sessions processed by this object
1357+ since the worker process started
1358+ 112. proto [L...]: protocol
13441359
13451360For all other statistics domains, the presence or the order of the fields are
13461361not guaranteed. In this case, the header line should always be used to parse
You can’t perform that action at this time.
0 commit comments