From my understanding of Influx, it is ok for string values to contain newlines. However, when using InfluxDB::Writer::RememberingFileTailer to upload a stats file with a multiline string, an error is reported:
Skipping probably broken line measurement,tag=something msg="This is at .../InfluxDB/Writer/RememberingFileTailer.pm line 95.
From my understanding of Influx, it is ok for string values to contain newlines. However, when using
InfluxDB::Writer::RememberingFileTailer
to upload a stats file with a multiline string, an error is reported:https://github.com/influxdata/influxdb/pull/3565 shows that this issue has been addressed in the Go implementation.