telegraf/plugins
Greg 45b1247d9b Use valid measurement names in csv parser (#5577)
If an empty column is present in parsed csv data, a `recordFields` is
set to the key of "". If no `MeasurementColumn` is defined, this empty
value was being used as the measurement name. By only setting the
measurementName if the value is not empty, we avoid this error.

Since an empty column is a valid column, skip values must account for
them.
2019-03-12 19:49:19 -07:00
..
aggregators Add stats option to basicstats sample config 2019-02-01 12:27:31 -08:00
inputs Remove trailing whitespace and wordwrap readme in vsphere 2019-03-11 12:31:48 -07:00
outputs Use random available port in prometheus output tests (#5555) 2019-03-08 14:54:16 -08:00
parsers Use valid measurement names in csv parser (#5577) 2019-03-12 19:49:19 -07:00
processors Add hexadecimal string to integer conversion to converter processor (#5569) 2019-03-11 15:36:38 -07:00
serializers Fix several influx parser issues (#5484) 2019-02-26 10:48:41 -08:00