VictoriaMetrics/app/vmstorage
Aliaksandr Valialkin c0e9b15606
lib/protoparser: rename lib/protoparser/common to lib/protoparser/protoparserutil
This improves readability of the code, which uses this package.
2025-03-18 16:40:06 +01:00
..
deployment all: suppress InvalidDefaultArgInFrom warning emitted by docker build when building Docker packages via make package-* command 2024-09-03 14:05:43 +02:00
multiarch app/*/multiarch: return back empty value for TARGETARCH 2024-09-06 18:15:22 +02:00
servers lib/storage: add tracker for time series metric names statistics 2025-03-06 22:10:41 +01:00
main.go lib/protoparser: rename lib/protoparser/common to lib/protoparser/protoparserutil 2025-03-18 16:40:06 +01:00
Makefile make: add darwin builds for cluster () 2024-10-08 10:19:04 +02:00
README.md all: open-sourcing cluster version 2019-05-23 00:25:38 +03:00

vmstorage performs the following tasks:

  • Accepts inserts from vminsert nodes and stores them to local storage.

  • Performs select requests from vmselect nodes.