Aliaksandr Valialkin
|
9d3f1fcbb9
|
app/vminsert/influx: skip invalid rows and continue parsing the remaining rows
Invalid influx lines are logged and counted in `vm_rows_invalid_total{type="influx"}` metric.
|
2019-08-24 13:36:29 +03:00 |
|
Aliaksandr Valialkin
|
ba7b3806be
|
app/vminsert/influx: do not allow escaping newline char, since they dont occur in real life
The prefious report with escaped newline chars in influx line protocol was false alarm.
|
2019-08-23 18:42:05 +03:00 |
|
Aliaksandr Valialkin
|
4da34b11f8
|
app/vminsert/influx: handle \r\n aka crlf influx line endings from windows world
Such lines exist in real life.
|
2019-08-23 18:28:49 +03:00 |
|
Aliaksandr Valialkin
|
a18317adbc
|
app/vminsert/influx: allow escaping newline char
Though newline char isn't mentioned in escape rules at https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/ ,
there are reports that such chars occur in real life
|
2019-08-23 15:14:46 +03:00 |
|
Aliaksandr Valialkin
|
44d7fc599d
|
app/vminsert/influx: skip comments starting with # in influx line protocol
|
2019-08-23 14:43:09 +03:00 |
|
Aliaksandr Valialkin
|
1f7d9a213a
|
app/vminsert: fix inifinite loop when reading two lines without newline in the end
Fixes https://github.com/VictoriaMetrics/VictoriaMetrics/issues/82
|
2019-06-26 02:51:56 +03:00 |
|
Aliaksandr Valialkin
|
feb6b203a4
|
app/vminsert/influx: try converting string values to numeric values, since Influx agents may send numeric values as strings
Fixes https://github.com/VictoriaMetrics/VictoriaMetrics/issues/34
|
2019-05-26 22:11:19 +03:00 |
|
Aliaksandr Valialkin
|
1836c415e6
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
|