Aliaksandr Valialkin
|
a090627059
|
app/vminsert: limit memory usage when ingesting data in big packets
|
2020-07-24 23:32:40 +03:00 |
|
Aliaksandr Valialkin
|
9257eee982
|
app/vminsert: do not call ApplyRelabeling function if relabeling is disabled
This should reduce CPU usage a bit when `-relabelConfig` isn't set
|
2020-07-23 13:39:44 +03:00 |
|
Aliaksandr Valialkin
|
91b3482894
|
app/vminsert: add ability to apply relabeling to all the incoming metrics if -relabelConfig command-line arg points to a file with a list of relabel_config entries
See https://victoriametrics.github.io/#relabeling
|
2020-07-02 20:39:28 +03:00 |
|
Aliaksandr Valialkin
|
04762344c6
|
app/vmagent: initial implementation for vmagent
|
2020-02-23 13:36:03 +02:00 |
|
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
|
0d7505b00e
|
all: mention command-line flags used for limiting the incoming request size in error messages
This should improve error logs usability.
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/287
|
2020-01-16 13:03:30 +02:00 |
|
Aliaksandr Valialkin
|
bc645152cb
|
app/vminsert: simultaneously accept telnet put and HTTP /api/put OpenTSDB metrics at -opentsdbListenAddr
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/266
|
2019-12-14 00:30:12 +02:00 |
|
Aliaksandr Valialkin
|
8501b4a48d
|
app/vminsert: consistency renaming for counters
|
2019-12-09 16:43:10 +02:00 |
|
Aliaksandr Valialkin
|
d32f88c378
|
app/vminsert/opentsdbhttp: remove FATAL prefix from logger.Fatalf errors for the sake of consistency with other logger.Fatalf calls
|
2019-09-19 22:15:59 +03:00 |
|
Aliaksandr Valialkin
|
9c9221d1b2
|
app/vminsert: skip empty tags
|
2019-08-24 13:36:29 +03:00 |
|
Aliaksandr Valialkin
|
70ca018a57
|
app/vminsert/opentsdbhttp: skip invalid rows and continue parsing the remaining rows
Invalid rows are logged and counted in `vm_rows_invalid_total{type="opentsdb-http"}` metric
|
2019-08-24 13:36:29 +03:00 |
|
Aliaksandr Valialkin
|
7fa88c6efc
|
app/vminsert/opentsdbhttp: allow timestamp as float64 and as string, since it occurs in real life
|
2019-08-23 18:35:41 +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 |
|