telegraf/metric
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
..
escape.go More unit tests for new metric 2016-12-01 19:07:14 +00:00
inline_strconv_parse.go Implement telegraf's own full metric type 2016-12-01 18:17:02 +00:00
inline_strconv_parse_test.go More unit tests for new metric 2016-12-01 19:07:14 +00:00
metric.go Improve the InfluxDB through-put performance 2017-01-25 11:54:16 -08:00
metric_benchmark_test.go Support a telegraf.Metric.Split function 2016-12-07 15:18:47 +00:00
metric_test.go Support a telegraf.Metric.Split function 2016-12-07 15:18:47 +00:00
parse.go More unit tests for new metric 2016-12-01 19:07:14 +00:00
parse_test.go More unit tests for new metric 2016-12-01 19:07:14 +00:00
reader.go Improve the InfluxDB through-put performance 2017-01-25 11:54:16 -08:00
reader_test.go Improve the InfluxDB through-put performance 2017-01-25 11:54:16 -08:00