Aliaksandr Valialkin
|
48210130ac
|
lib/protoparser: measure the duration for reading the whole block of data instead of a single read operation
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1365
|
2021-06-14 12:25:52 +03:00 |
|
Aliaksandr Valialkin
|
3c4366806c
|
lib/protoparser/common: log the duration for reading a block of data in ReadLinesBlockExt on error
This may help debugging issues like https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1365
|
2021-06-14 12:22:04 +03:00 |
|
Aliaksandr Valialkin
|
7aea5f58c4
|
lib/ingestserver: properly close incoming connections during graceful shutdown
|
2021-05-08 19:52:58 +03:00 |
|
Aliaksandr Valialkin
|
12d733dd5d
|
app/vminsert: add support for data ingestion via other vminsert nodes
|
2021-05-08 19:52:57 +03:00 |
|
Aliaksandr Valialkin
|
4146fc4668
|
all: properly handle CPU limits set on the host system/container
This can reduce memory usage on systems with enabled CPU limits.
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/946
|
2020-12-08 21:07:29 +02:00 |
|
Aliaksandr Valialkin
|
124f78857b
|
app/{vminsert,vmagent}: improve data ingestion speed over a single connection
Process data obtianed from a single connection on all the available CPU cores.
|
2020-09-28 04:13:08 +03:00 |
|
Aliaksandr Valialkin
|
62fde80490
|
lib/protoparser/common: do not read request body when parsing timestamp query arg
This was preventing from reading data via /api/v1/prometheus/import .
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/750
|
2020-09-11 14:44:58 +03:00 |
|
Aliaksandr Valialkin
|
f95eea60d1
|
lib/protoparser: accept timestamp in milliseconds instead of seconds at /api/v1/import/prometheus
This improves consistency with timestamps in Prometheus text exposition format
|
2020-09-11 14:04:46 +03:00 |
|
Aliaksandr Valialkin
|
2380e9b017
|
app/{vminsert,vmagent}: allow passing timestamp via timestamp query arg when ingesting data to /api/v1/import/prometheus
See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/750
|
2020-09-11 13:27:14 +03:00 |
|
Aliaksandr Valialkin
|
f41b36bb9a
|
app/{vminsert,vmagent}: allow adding extra labels when importing data via Prometheus, CSV and JSON line formats
Extra labels may be added to the imported data by passing `extra_label=name=value` query args.
Multiple query args may be passed in order to add multiple extra labels.
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/719
|
2020-09-02 19:43:21 +03:00 |
|
Aliaksandr Valialkin
|
ed00eb3f33
|
lib/protoparser: removed unnecessary call to SetReadDeadline when reading a stream of data
The OS should return any buffered data in the stream without the need to set the read timeout.
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/696
|
2020-08-15 15:38:08 +03:00 |
|
Aliaksandr Valialkin
|
7554be172d
|
lib/protoparser: move common code for detecting timeouts to ReadLinesBlockExt
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/696
|
2020-08-14 20:40:15 +03:00 |
|
Aliaksandr Valialkin
|
4beab7ad39
|
lib/protoparser: prevent from busy loop on repeated timeout errors when reading streams of ingested data
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/696
|
2020-08-14 20:14:11 +03:00 |
|
Aliaksandr Valialkin
|
04762344c6
|
app/vmagent: initial implementation for vmagent
|
2020-02-23 13:36:03 +02:00 |
|