Aliaksandr Valialkin
|
c217a53c35
|
make vendor-update
|
2019-12-07 23:11:26 +02:00 |
|
Aliaksandr Valialkin
|
3534e71c96
|
app/vminsert/influx: add a test case from https://community.librenms.org/t/integration-with-victoriametrics/9689
|
2019-12-07 23:00:54 +02:00 |
|
Aliaksandr Valialkin
|
1595dcd3d9
|
app/vminsert/influx: allow empty measurement in Influx line protocol
In this case metric names are mapped directly from field names without any prefixes.
|
2019-11-30 21:59:07 +02:00 |
|
Aliaksandr Valialkin
|
1ee536f9fd
|
app/vminsert: skip empty tags
|
2019-08-24 13:36:41 +03:00 |
|
Aliaksandr Valialkin
|
22685ef94d
|
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:41 +03:00 |
|
Aliaksandr Valialkin
|
425a81a6c7
|
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:43:00 +03:00 |
|
Aliaksandr Valialkin
|
0ea21eb9dc
|
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:54 +03:00 |
|
Aliaksandr Valialkin
|
b3502b2b39
|
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:58 +03:00 |
|
Aliaksandr Valialkin
|
f1f8fce4f7
|
app/vminsert/influx: skip comments starting with # in influx line protocol
|
2019-08-23 14:43:24 +03:00 |
|
Aliaksandr Valialkin
|
d5cb9fddd8
|
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:52:56 +03:00 |
|
Aliaksandr Valialkin
|
15d1e15ae6
|
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:12:55 +03:00 |
|
Aliaksandr Valialkin
|
1836c415e6
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
|