MINOR: stats: improve max stats descriptions
authorWilliam Dauchy <wdauchy@gmail.com>
Mon, 1 Feb 2021 12:11:54 +0000 (13:11 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 1 Feb 2021 14:16:33 +0000 (15:16 +0100)
commit19f7cfc8c3664c6567906164a4ba165c5dea689b
tree86405ec53e40fe650bb2c27176be4bc27eaf8185
parenteedb9b13f46b52988b0ada70acf7ed8117bdd89e
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>
src/stats.c