MEDIUM: stats: add delimiter for static proxy stats on csv
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 5 Oct 2020 09:49:39 +0000 (11:49 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 5 Oct 2020 10:02:14 +0000 (12:02 +0200)
commit50660a894d533e7ed448df87acbe74c978de8db4
tree1222c060acba2e0fbfef616d3f9f041b0be2d918
parent72b16e5173bd9fcde197afb7721ebfa490d91d79
MEDIUM: stats: add delimiter for static proxy stats on csv

Use the character '-' to mark the end of static statistics on proxy
domain. After this marker, the order of the fields is not guaranteed and
should be parsed with care.
doc/management.txt
src/stats.c