commit | 19f7cfc8c3664c6567906164a4ba165c5dea689b | [log] [tgz] |
---|---|---|
author | William Dauchy <wdauchy@gmail.com> | Mon Feb 01 13:11:54 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Feb 01 15:16:33 2021 +0100 |
tree | 86405ec53e40fe650bb2c27176be4bc27eaf8185 | |
parent | eedb9b13f46b52988b0ada70acf7ed8117bdd89e [diff] |
MINOR: stats: improve max stats descriptions In order to unify prometheus and stats description, we need to remove some field reference which are specific to stats implementation: - `scur` in max current sessions (also reword current session) - `rate` in max sessions - `req_rate` in max requests - `conn_rate` in max connections Signed-off-by: William Dauchy <wdauchy@gmail.com>