On Tue, Jul 26, 2016 at 03:06:35PM +0100, Mark Brookes wrote:
> Could we perhaps group by the node then process_num then?
> {nodename:value:
> {pid: pid1: {
> haproxy: {
> Uptime_sec:100,
> PoolFailed:1
> }
> stats: { "frontend": {
> "www.haproxy.org": {
> "bin": "999999999999",
> "lbtot": "555555",
> ...
(...)Yes I think it's fine this way because in practice, clients will consult a single process at a time so it's easier to have per-process dumps to aggregate later. Willy

