telegraf/plugins
Pieter Slabbert 196509cc53 Trim null characters in Value data format (#2049)
* Trim null characters in Value data format

Some producers (such as the paho embedded c mqtt client) add a null
character "\x00" to the end of a message.  The Value parser would fail on
any message from such a producer.

* Trim whitespace and null in all Value data formats

* No unnecessary reassignments in Value data format parser

* Update change log for Value data format fix
2016-11-16 13:13:31 +00:00
..
aggregators Documentation improvements 2016-11-08 13:55:37 +00:00
inputs Add support to parse JSON array. (#1965) 2016-11-15 13:02:55 -05:00
outputs Cache and expire metrics for prometheus output (#2016) 2016-11-15 11:33:39 +00:00
parsers Trim null characters in Value data format (#2049) 2016-11-16 13:13:31 +00:00
processors Documentation improvements 2016-11-08 13:55:37 +00:00
serializers sanitize parenthesis (#1701) 2016-09-05 14:30:40 +01:00