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
|
5f33fc8e46
|
app/vminsert: add ability to ingest data via HTTP OpenTSDB /api/put requests
This is manual merge of the https://github.com/VictoriaMetrics/VictoriaMetrics/pull/152
Thanks to nustinov@gmail.com for the initial pull request.
|
2019-08-22 12:28:32 +03:00 |
|
Aliaksandr Valialkin
|
bf6cbb762c
|
app/vminsert: improve error messages for Influx, OpenTSDB and Graphite parsing
Include in the error message the line which failed to parse.
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/127
|
2019-07-26 22:08:52 +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 |
|