telegraf/plugins/serializers
Daniel Nelson ba457ab27b
Allow metrics to be unserializable in influx.Reader (#4047)
Metrics that are unserializable will be logged at debug level, but the
rest of the batch will be sent.  Unserializable metrics can occur during
normal operation such as if you remove all fields from a metric or the
metric cannot fit within the line size limit.

(cherry picked from commit 29b37e67c2)
2018-04-19 16:59:19 -07:00
..
graphite Fix graphite serialization of unsigned ints (#4033) 2018-04-18 12:15:14 -07:00
influx Allow metrics to be unserializable in influx.Reader (#4047) 2018-04-19 16:59:19 -07:00
json Add new line protocol parser and serializer, influxdb output (#3924) 2018-03-27 17:30:51 -07:00
registry.go Add influx uint support as a runtime option (#3948) 2018-03-29 13:31:43 -07:00