influxdb/client/v2
Jason Wilder 2cac46ebbc Convert usage of strings to []byte
Measurement name and field were converted between []byte and string
repetively causing lots of garbage.  This switches the code to use
[]byte in the write path.
2017-05-12 14:05:19 -06:00
..
client.go Convert usage of strings to []byte 2017-05-12 14:05:19 -06:00
client_test.go Add chunked processing back into v2 client 2017-02-13 09:21:13 -07:00
example_test.go Merge pull request #5617 from benbjohnson/influxdata 2016-02-10 13:29:46 -07:00
udp.go Update godoc for the client packages 2016-12-30 11:58:43 -08:00