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.
influxdata/influxdb#3565 shows that this issue has been addressed in the Go implementation.
From my understanding of Influx, it is ok for string values to contain newlines. However, when using
InfluxDB::Writer::RememberingFileTailerto upload a stats file with a multiline string, an error is reported:influxdata/influxdb#3565 shows that this issue has been addressed in the Go implementation.