Daniel Nelson
721ed8b3f2
Fix udp metric splitting ( #2880 )
...
(cherry picked from commit 5bab4616ff
)
2017-06-05 12:50:59 -07:00
Daniel Nelson
5417a12ee3
Fix length calculation of split metric buffer ( #2869 )
...
(cherry picked from commit be03abd464
)
2017-05-30 17:41:00 -07:00
Daniel Nelson
4f8341670e
Fix influxdb output database quoting ( #2851 )
...
(cherry picked from commit f47924ffc5
)
2017-05-25 13:27:16 -07:00
Cameron Sparr
c9e87a39f8
Revert using fasthttp library to net/http
2017-01-25 16:42:23 -08:00
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
Cameron Sparr
c549ab907a
Throughout telegraf, use telegraf.Metric rather than client.Point
...
closes #599
2016-01-27 23:47:32 -07:00
Jack Zampolin
0cdf1b07e9
Fix issue 524
2016-01-20 10:57:35 -08:00
Cameron Sparr
9c5db1057d
renaming plugins -> inputs
2016-01-07 15:04:30 -07:00