commit | d3700a7fda41015ede66c6b46865c17778f08171 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Oct 05 11:49:43 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Oct 05 12:02:14 2020 +0200 |
tree | bac8541d430f9e57be558c1f9b3b02bdb49ddf3d | |
parent | ee63d4bd6743fee650c4483e3de6daa2c589822e [diff] |
MINOR: stats: support clear counters for dynamic stats Add a boolean 'clearable' on stats module structure. If set, it forces all the counters to be reset on 'clear counters' cli command. If not, the counters are reset only when 'clear counters all' is used.