Aliaksandr Valialkin
|
ed724d25ba
|
lib/promscrape: add stream parse mode for efficient scraping of targets that expose millions of metrics
|
2020-11-01 23:12:26 +02:00 |
|
Aliaksandr Valialkin
|
1481d6d8ff
|
lib/protoparser: avoid copying of buffer read from the network to unmarshal buffer
|
2020-09-28 17:19:04 +03:00 |
|
Aliaksandr Valialkin
|
8df33bd5c1
|
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:14:51 +03:00 |
|
Aliaksandr Valialkin
|
7072db75cb
|
lib/protoparser: use 64KB read buffer instead of default 4KB buffer provided by net/http.Server
This should reduce syscall overhead when reading big amounts of data
|
2020-09-28 02:07:19 +03:00 |
|
Aliaksandr Valialkin
|
58d3b82ae5
|
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:28:31 +03:00 |
|
Aliaksandr Valialkin
|
d9f7ea1c6e
|
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:35 +03:00 |
|
Aliaksandr Valialkin
|
3efa4e4e1c
|
lib/protoparser: move common code for detecting timeouts to ReadLinesBlockExt
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/696
|
2020-08-14 20:39:51 +03:00 |
|
Aliaksandr Valialkin
|
c82a485cf6
|
lib/protoparser/prometheus: typo fix in error message
|
2020-08-14 11:04:15 +03:00 |
|
Aliaksandr Valialkin
|
6373d377ef
|
app/{vminsert,vmagent}: add ability to import data in Prometheus exposition format via /api/v1/import/prometheus
|
2020-07-10 12:13:28 +03:00 |
|