VictoriaMetrics/app
Aliaksandr Valialkin 04fb337752
victorialogs: add cluster mode
Cluster mode is enabled when -storageNode command-line flag is passed to VictoriaLogs.
In this mode it spreads the ingested logs among storage nodes specified in the -storageNode flag.
It also queries storage nodes during `select` queries.

Cluster mode allows building multi-level cluster setup when top-level select node can query multiple lower-level clusters
and get global querying view.

See https://docs.victoriametrics.com/victorialogs/cluster/

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5077
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/7950
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/8223
2025-04-10 16:57:15 +02:00
..
victoria-logs app/vlstorage: add support for forced merge via /internal/force_merge HTTP endpoint 2024-10-15 11:49:31 +02:00
vlinsert victorialogs: add cluster mode 2025-04-10 16:57:15 +02:00
vlogscli spelling and grammar fixes via codespell () 2025-03-17 16:38:11 +01:00
vlogsgenerator spelling and grammar fixes via codespell () 2025-03-17 16:38:11 +01:00
vlselect victorialogs: add cluster mode 2025-04-10 16:57:15 +02:00
vlstorage victorialogs: add cluster mode 2025-04-10 16:57:15 +02:00
vmagent vmagent/remotewrite: set content encoding header based on actual body 2025-04-08 17:45:20 +02:00
vmalert app/vmalert: show partial responses in debug logs () 2025-04-03 09:42:39 +01:00
vmalert-tool make: fix make package for vmalert-tool 2025-04-08 17:45:21 +02:00
vmauth app/vmauth: return non-OK response for timeouts and request cancellation 2025-04-03 13:45:56 +04:00
vmbackup app/*/multiarch: return back empty value for TARGETARCH 2024-09-06 18:15:22 +02:00
vmbackupmanager all: replace old https://docs.victoriametrics.com/vmbackupmanager.html url with the new one - https://docs.victoriametrics.com/vmbackupmanager/ 2024-04-18 02:04:39 +02:00
vmctl lib/httputil: automatically initialize data transfer metrics for the created HTTP transports via NewTransport() 2025-03-27 15:22:15 +01:00
vmgateway all: replace old https://docs.victoriametrics.com/vmgateway.html url with the new one - https://docs.victoriametrics.com/vmgateway/ 2024-04-18 02:08:53 +02:00
vminsert lib: rename lib/influxutils to lib/influxutil for the sake of consistency naming of *util packages 2025-03-26 17:39:01 +01:00
vmrestore app/*/multiarch: return back empty value for TARGETARCH 2024-09-06 18:15:22 +02:00
vmselect make vmui-update 2025-04-04 14:23:48 +02:00
vmstorage lib/storage: When creating and listing snapshots, panic instead of returning an error () 2025-04-02 16:00:25 +02:00
vmui deployment: update Go builder from Go1.24.1 to Go1.24.2 2025-04-02 18:01:44 +02:00