commit | eedb9b13f46b52988b0ada70acf7ed8117bdd89e | [log] [tgz] |
---|---|---|
author | William Dauchy <wdauchy@gmail.com> | Mon Feb 01 13:11:53 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Feb 01 15:16:33 2021 +0100 |
tree | 7abfabcd5b9b922ae99e2042755bf07079251748 | |
parent | a1da7bab1adb167a9b41b6a1a78c55ae65129e84 [diff] |
MINOR: stats: improve pending connections description In order to unify prometheus and stats description, we need to clarify the description for pending connections. - remove the BE reference in counters struct, as it is also used in servers - remove reference of `qcur` field in description as it is specific to stats implemention - try to reword cur and max pending connections description Signed-off-by: William Dauchy <wdauchy@gmail.com>