VictoriaMetrics/app/vmagent/remotewrite
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
..
client.go app/vmagent/remotewrite: drop packets only on 409 status code, since there are other valid 4xx status codes, which shouldnt result in packet drop 2020-11-03 14:24:57 +02:00
pendingseries.go lib/promscrape: clean references to label name and label value strings after applying per-target relabeling 2020-11-07 16:19:52 +02:00
relabel.go lib/promscrape: clean references to label name and label value strings after applying per-target relabeling 2020-11-07 16:19:52 +02:00
remotewrite.go app/vmagent/remotewrite: do not show -remoteWrite.url in logs if -remoteWrite.showURL isn't set 2020-09-29 19:49:19 +03:00
statconn.go app/vmagent: add -remoteWrite.proxyURL command-line option 2020-07-20 19:31:08 +03:00