commit | 730c727ea34a695279e1919fd4506688cfe3711b | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Oct 05 11:49:41 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Oct 05 12:02:14 2020 +0200 |
tree | 837951df25bcbf861a4d67a8eb07ea1986f5693e | |
parent | 58d395e0d6da1b73524f9ad9a8e10e437c680b89 [diff] |
MEDIUM: stats: add abstract type to store counters Implement a small API to easily add extra counters inside a structure instance. This will be used to implement dynamic statistics linked on every type of object as needed. The counters are stored in a dynamic array inside the relevant objects.