VictoriaMetrics/app
Aliaksandr Valialkin 4353ff7ef1 app/vmagent: fix data race when multiple -remoteWrite.urlRelabelConfig options are set
Previously multiple goroutines could access remoteWriteCtx.tss concurrently, which could lead to data race
and improper relabeling. Now each goroutine has its own copy of tss during relabeling.

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/599
2020-07-10 15:17:23 +03:00
..
vmagent app/vmagent: fix data race when multiple -remoteWrite.urlRelabelConfig options are set 2020-07-10 15:17:23 +03:00
vmalert app/vmalert: add retries to remotewrite (#605) 2020-07-05 18:47:38 +03:00
vmauth all: use %w instead of %s for wrapping errors in fmt.Errorf 2020-06-30 23:33:46 +03:00
vmbackup all: use %w instead of %s for wrapping errors in fmt.Errorf 2020-06-30 23:33:46 +03:00
vminsert 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
vmrestore all: use %w instead of %s for wrapping errors in fmt.Errorf 2020-06-30 23:33:46 +03:00
vmselect app/vmselect/promql: add missing tests for ifnot binary operation 2020-07-09 13:24:12 +03:00
vmstorage lib/storage: prioritize data ingestion over heavy queries 2020-07-05 19:44:04 +03:00