2 Commits

Author SHA1 Message Date
Ian Wienand
d514389e41 Convert haproxy-statsd to a pipeline send
By default this sends out each stat in a single UDP packet.  I found
with the AFS monitoring, blasting these out in very quick succession
can result in stats getting lost fairly easily.

statsd's pipelines are really designed for this.  It batches up all
the stats and then sends them out combined in reasonable MTU sized
chunks.

Change-Id: Ife520d549da3a1a667be15e95a747e313825ac20
2018-06-12 10:10:18 +10:00
James E. Blair
86372b0dcf Sent HAProxy stats to statsd
This adds a script and associated config/init files to periodically
read stats from HAProxy and send them to statsd/graphite.

Change-Id: I77122feacee406b12b3cd0159449c449f2bd35c1
2015-11-23 17:23:10 -08:00