VictoriaMetrics/app/vmagent/remotewrite
Aliaksandr Valialkin 3f79e54a51
app/vmagent/remotewrite: follow-up for 166b97b8d0 and b6bd9a97a3
- Make the configuration more clear by accepting the list of ignored labels during sharding
  via a dedicated command-line flag - -remoteWrite.shardByURL.ignoreLabels.
  This prevents from overloading the meaning of -remoteWrite.shardByURL.labels command-line flag.

- Removed superfluous memory allocation per each processed sample if sharding by remote storage is enabled.

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/pull/5938
2024-04-03 00:50:48 +03:00
..
client.go [vmagent] added ingestion rate limiting with new flag -maxIngestionRate (#5900) 2024-03-25 15:42:52 +01:00
pendingseries_test.go lib/prompbmarshal: switch to github.com/VictoriaMetrics/easyproto 2024-01-16 20:48:30 +02:00
pendingseries_timing_test.go lib/prompbmarshal: switch to github.com/VictoriaMetrics/easyproto 2024-01-16 20:48:30 +02:00
pendingseries.go app: consistently use atomic.* types instead of atomic.* functions 2024-02-24 03:06:14 +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:26:40 +02:00
relabel.go app/vmagent: add -enableMultitenantHandlers command-line flag 2023-12-05 01:35:59 +02:00
remotewrite.go app/vmagent/remotewrite: follow-up for 166b97b8d0 and b6bd9a97a3 2024-04-03 00:50:48 +03:00
statconn.go app: consistently use atomic.* types instead of atomic.* functions 2024-02-24 03:06:14 +02:00