telegraf/plugins
Cameron Sparr 839651fadb Change default statsd packet size to 1500, make configurable
Also modifying the internal UDP listener/parser code to make it able to
handle higher load. The udp listener will no longer do any parsing or
string conversion. It will simply read UDP packets as bytes and put them
into a channel. The parser thread will now deal with splitting the UDP
metrics into separated strings.

This could probably be made even better by leaving everything as byte
arrays.

fixes #543
2016-01-19 11:08:16 -07:00
..
inputs Change default statsd packet size to 1500, make configurable 2016-01-19 11:08:16 -07:00
outputs kafka: Add support for using TLS authentication for the kafka output 2016-01-18 11:17:01 -07:00