Commit Graph

12 Commits (5a124e0e0bc6e2abcd28d128c3533618f9ef5948)

Author SHA1 Message Date
Cameron Sparr 616da49019 It _is_ recommended to send data with a timestamp
closes #5061
2015-12-15 18:33:36 -06:00
Farshid Tavakolizadeh 460275a254 go-client: changed statements' Err type to string, tagged by `error` 2015-12-08 23:28:42 +01:00
Cameron Sparr e32d97e770 Don't send data _without_ a timestamp 2015-11-12 15:27:18 -07:00
Cameron Sparr 909f5e8ae3 Small comment fixups 2015-11-12 15:18:04 -07:00
Cameron Sparr b0e9f7e844 Refactor HTTP client for consistency with UDP
This makes error handling easier across clients and more consistent.
Also eliminates the need for users to parse their own URLs first,
because that doesn't even guarantee the URLs will be correct http URLs
2015-11-12 14:22:16 -07:00
Cameron Sparr cc077f6fb0 Create a new query request for each Query 2015-11-06 15:22:42 -07:00
Cameron Sparr 5bcb3cbe41 Fixup the v2 client godoc examples 2015-11-06 09:59:21 -07:00
Nicholas Katsaros 8fe41e1870 Increase performance of the UDP client 2015-11-05 13:53:05 -05:00
Cameron Sparr e2db577e0f Implement a UDP client
closes #4647
2015-11-04 14:18:14 -07:00
Jason Wilder 0926b19e6b Prevent creating points with NaN float values
Float values are not supported in the existing engine and the tsm1
engines.  This changes NewPoint to return an error if a field value
contains a NaN field.  It also allows us to validate fields to prevent
other unsupported types from sneaking in through other input plugins.
2015-10-27 17:12:52 -06:00
Cameron Sparr 66a31ee9bc Add more public point functions for v2 client
Closes #4505
2015-10-19 17:55:26 -06:00
Cameron Sparr 696838a8c2 InfluxDB client v2
Closes #4387
2015-10-15 15:53:48 -06:00