influxdb/services
Jason Wilder 7d6d23e661 Write as many points as we can parse via line protocol
This changes the HTTP line protocol handler to behave similar to the other
handler in that they will write as many points as possible.  Previously, we
would fail the entire batch if one point failed.  This can happen more frequently
now with NaN being more explicitly unsupported.  Now it will write as many points
that parse successfully and return a "partial write" error to the client with the
lines that failed to parse.
2015-10-27 17:12:57 -06:00
..
admin Fix typos/spacing 2015-08-13 10:02:05 -06:00
collectd Prevent creating points with NaN float values 2015-10-27 17:12:52 -06:00
continuous_querier implement continuous queries as regular execs of into queries. 2015-10-13 15:51:19 +00:00
copier Disable copier test 2015-10-05 20:09:56 -04:00
graphite Prevent creating points with NaN float values 2015-10-27 17:12:52 -06:00
hh Prevent creating points with NaN float values 2015-10-27 17:12:52 -06:00
httpd Write as many points as we can parse via line protocol 2015-10-27 17:12:57 -06:00
opentsdb Prevent creating points with NaN float values 2015-10-27 17:12:52 -06:00
precreator Don't precreate shard groups entirely in past 2015-09-04 08:31:50 -07:00
registration Add registration info to diagnostic output 2015-10-19 16:54:26 -07:00
retention Fix typo in retention service comment 2015-10-19 14:24:25 -07:00
snapshotter silence snapshotter logger for testing 2015-08-13 20:53:40 -05:00
subscriber silence subscriber service logging during testing 2015-10-23 14:48:32 -06:00
udp Correct typos in UDP README 2015-10-15 07:48:34 -07:00