mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-16 09:09:21 -05:00
[BUG] missing header names in raw stats output
qlimit, pid, iid and sid were missing from the raw stats output
This commit is contained in:
parent
2815664277
commit
1fbe4932fc
1 changed files with 2 additions and 1 deletions
|
|
@ -188,7 +188,8 @@ int stats_dump_raw(struct session *s, struct uri_auth *uri, int flags)
|
|||
"ereq,econ,eresp,"
|
||||
"wretr,wredis,"
|
||||
"status,weight,act,bck,"
|
||||
"chkfail,chkdown,lastchg,downtime,"
|
||||
"chkfail,chkdown,lastchg,downtime,qlimit,"
|
||||
"pid,iid,sid,"
|
||||
"\n");
|
||||
|
||||
if (buffer_write_chunk(rep, &msg) != 0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue