telegraf/plugins
Cameron Sparr 4a5d313693
Improve the InfluxDB through-put performance
This changes the current use of the InfluxDB client to instead use a
baked-in client that uses the fasthttp library.

This allows for significantly smaller allocations, the re-use of http
body buffers, and the re-use of the actual bytes of the line-protocol
metric representations.
2017-01-25 11:54:16 -08:00
..
aggregators Fix unit tests for new metric implementation 2016-12-01 18:17:02 +00:00
inputs Improve the InfluxDB through-put performance 2017-01-25 11:54:16 -08:00
outputs Improve the InfluxDB through-put performance 2017-01-25 11:54:16 -08:00
parsers Add newline to influx line-protocol if not present 2017-01-23 13:52:20 -08:00
processors Documentation improvements 2016-11-08 13:55:37 +00:00
serializers More unit tests for new metric 2016-12-01 19:07:14 +00:00