mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-01 22:48:25 +00: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
@ -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 New Issue
Block a user