Commit Graph

6 Commits

Author SHA1 Message Date
Daniel Nelson
8301861b1b Fix dropwizard parsing error for metrics that need escaped (#4142)
If the dropwizard parser cannot convert the metric name into a valid
line protocol series then we will accept the name as is.

(cherry picked from commit 0af40a8a5d)
2018-05-14 11:02:18 -07:00
Daniel Nelson
29bdb324d6 Fix handling of floats with multiple leading zeroes (#4065)
(cherry picked from commit a3500cc33a)
2018-04-23 14:02:21 -07:00
Daniel Nelson
b5babc3f00 Fix newline escaping in line protocol (#3992)
(cherry picked from commit e4f8a82ee6)
2018-04-09 15:30:35 -07:00
Daniel Nelson
38ec968b0b Move Handler interface into machine where it is used 2018-03-30 11:11:12 -07:00
Matt
a320f91516 Add line protocol uint64 support (#3946) 2018-03-28 16:43:25 -07:00
Daniel Nelson
1c0f63a90d Add new line protocol parser and serializer, influxdb output (#3924) 2018-03-27 17:30:51 -07:00