Aliaksandr Valialkin
|
6456c93dbb
|
app/vminsert: move ingestion protocol parsers to lib/protoparser, so they could be re-used in the upcoming vmagent
|
2020-01-24 16:53:00 +02:00 |
|
Aliaksandr Valialkin
|
68e1cf8942
|
app/vminsert: add /api/v1/import handler
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6
|
2019-12-09 20:59:04 +02:00 |
|
Aliaksandr Valialkin
|
8501b4a48d
|
app/vminsert: consistency renaming for counters
|
2019-12-09 16:43:10 +02:00 |
|
Aliaksandr Valialkin
|
293b541784
|
make vendor-update
|
2019-12-07 23:10:16 +02:00 |
|
Aliaksandr Valialkin
|
84b57e8974
|
app/vminsert/influx: add a test case from https://community.librenms.org/t/integration-with-victoriametrics/9689
|
2019-12-07 23:00:40 +02:00 |
|
Aliaksandr Valialkin
|
811b7a8303
|
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 23:18:41 +02:00 |
|
Aliaksandr Valialkin
|
fb909cf710
|
app/vminsert/influx: set db label only if Influx line doesnt have db tag
|
2019-08-24 13:52:48 +03:00 |
|
Aliaksandr Valialkin
|
9c9221d1b2
|
app/vminsert: skip empty tags
|
2019-08-24 13:36:29 +03:00 |
|
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
|
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
|
a9f39168d2
|
app/vminsert/influx: round automatically generated timestamp according to the given precision arg
|
2019-08-02 00:24:06 +03:00 |
|
Aliaksandr Valialkin
|
1eade9b358
|
app/vminsert: add vm_rows_per_insert summary metric
This metric should help tuning batch sizes on clients writing data to VictoriaMetrics
|
2019-07-27 13:21:46 +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 |
|
Jiri Tyr
|
e0fccc6c60
|
Change the default influxMeasurementFieldSeparator
|
2019-06-26 13:22:03 +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
|
86d3d907a5
|
app/vminsert/influx: add -influxSkipSingleField flag for using {measurement} instead of {measurement}{separator}{field_name} for Influx lines with a single field
Fixes https://github.com/VictoriaMetrics/VictoriaMetrics/issues/66
|
2019-06-17 19:05:57 +03:00 |
|
Aliaksandr Valialkin
|
269285848f
|
app/vminsert/influx: add -influxMeasurementFieldSeparator flag for the ability to change separator for {measurement}{separator}{field_name} metric name
|
2019-06-14 10:00:12 +03:00 |
|
Aliaksandr Valialkin
|
968d094524
|
app/vminsert: reduce memory usage for Influx, Graphite and OpenTSDB protocols
Do not buffer per-connection data and just store it as it arrives
|
2019-05-28 18:47:23 +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 |
|