Code

write_graphite plugin: Adding TCP/UDP support via config
authorJ. Javier Maestro <jjmaestro@ieee.org>
Mon, 3 Jun 2013 17:03:44 +0000 (19:03 +0200)
committerJ. Javier Maestro <jjmaestro@ieee.org>
Mon, 3 Jun 2013 17:03:44 +0000 (19:03 +0200)
commit498a0dcd09770815196bdfe3fb2b48c4b2b168d9
treeb54cdb4bdb8ea6f54ab6df1ec922cf0663052458
parenta2f4c30a03dad7979c494aaf638cf2330fa39e72
write_graphite plugin: Adding TCP/UDP support via config

UDP allows to "fire-and-forget" data while not bringing the servers down
due to TCP's connection oriented overhead.

The new versions of Graphite support both TCP and UDP streams so it made
sense to add UDP support.
src/write_graphite.c