VictoriaMetrics/app/vmstorage
Aliaksandr Valialkin c3a585cfe5
lib/storage: rename *AssistedMerges to *AssistedMergesCount in order to make these field names less misleading
These fields are counters, not gauges, so adding Count suffix to them makes easier to understand this while reading the code
2024-01-25 10:19:32 +02:00
..
main.go lib/storage: rename *AssistedMerges to *AssistedMergesCount in order to make these field names less misleading 2024-01-25 10:19:32 +02:00
README.md all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00

vmstorage performs the following tasks:

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

  • Performs select requests from vmselect.