Aliaksandr Valialkin
|
b8083b7659
|
lib/promscrape: clean references to label name and label value strings after applying per-target relabeling
This should reduce memory usage when per-target relabeling creates big number of temporary labels
with long names and/or values.
See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/825
|
2020-11-07 16:19:52 +02:00 |
|
Aliaksandr Valialkin
|
8fc9b77496
|
app/vmagent: reduce memory usage when importing data via /api/v1/import
Previously vmagent could use big amounts of RAM when each ingested JSON line
contained many samples.
|
2020-09-26 04:10:13 +03:00 |
|
Aliaksandr Valialkin
|
a3cdef6b06
|
app/vmagent: properly flush big blocks of data
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/741
Thanks to @IceRain00 for the investigation and initial attempt to fix the issue
at https://github.com/VictoriaMetrics/VictoriaMetrics/pull/742
|
2020-09-03 12:12:12 +03:00 |
|
Aliaksandr Valialkin
|
de216bab41
|
app/vmagent: fix data race when accessing writeRequest.lastFlushTime
|
2020-09-03 12:12:09 +03:00 |
|
Aliaksandr Valialkin
|
6aab2f4989
|
all: allow using KB , MB , GB , KiB , MiB and GiB suffixes in command-line flag values related to byte sizes or byte rates
|
2020-08-16 17:08:28 +03:00 |
|
Aliaksandr Valialkin
|
6c43ba1cb1
|
app/vmagent/remotewrite: remove unused import after the commit 93267f143f
|
2020-05-15 17:42:31 +03:00 |
|
Aliaksandr Valialkin
|
1d71253653
|
app/vmagent/remotewrite: allow ingesting time series with multiple samples at once
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/481
|
2020-05-15 17:37:27 +03:00 |
|
Aliaksandr Valialkin
|
3845420a8f
|
lib: extract common code for returning fast unix timestamp into lib/fasttime
|
2020-05-14 23:06:50 +03:00 |
|
Aliaksandr Valialkin
|
c6c7843e93
|
app/vmagent: add -remoteWrite.maxBlockSize command-line flag for limiting the maximum size of unpacked block to send to remote storage
|
2020-02-25 19:58:11 +02:00 |
|
Aliaksandr Valialkin
|
c4194020ef
|
app/vmagent: do not allow sending unpacked requests with sizes exceeding -maxInsertRequestSize
|
2020-02-25 19:35:43 +02:00 |
|
Aliaksandr Valialkin
|
7ee7614e90
|
app/vmagent: initial implementation for vmagent
|
2020-02-23 17:31:54 +02:00 |
|