VictoriaMetrics/app/vmagent/remotewrite
Aliaksandr Valialkin fdbbbf33ca
app/vmagent: add -enableMultitenantHandlers command-line flag
This flag allows converting tenant id to (vm_account_id, vm_project_id) labels.
this flag deprecates `-remoteWrite.multitenantURL` command-line flag,
because `-enableMultitenantHandlers` is easier to use and combine with multitenant url
at vminsert - https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html#multitenancy-via-labels

See https://docs.victoriametrics.com/vmagent.html#multitenancy

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/pull/1505
2023-12-05 01:28:37 +02:00
..
client.go app/vmagent: allow to disabled on-disk persistence (#5088) 2023-11-24 13:42:11 +01:00
pendingseries.go app/vmagent: follow-up for 090cb2c9de 2023-11-25 12:09:44 +02:00
pendingseries_test.go app/vmagent: follow-up for 090cb2c9de 2023-11-25 12:09:44 +02:00
pendingseries_timing_test.go app/vmagent/remotewrite: go fmt after 2b55d167d7 2022-09-19 15:14:35 +03:00
relabel.go app/vmagent: add -enableMultitenantHandlers command-line flag 2023-12-05 01:28:37 +02:00
relabel_test.go app/vmagent/remotewrite: fix data race when extra labels are added to samples before sending them to multiple remote storage systems 2023-09-08 23:24:00 +02:00
remotewrite.go app/vmagent: add -enableMultitenantHandlers command-line flag 2023-12-05 01:28:37 +02:00
statconn.go Makefile: update golangci-lint from v1.51.2 to v1.54.2 2023-09-01 10:16:42 +02:00