mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-06-26 03:57:43 +03:00
app/vmstorage: clarify the min value for `-retentionPeriod` flag Co-authored-by: Roman Khavronenko <roman@victoriametrics.com>
vmstorage performs the following tasks:
-
Accepts inserts from
vminsertand stores them to local storage. -
Performs select requests from
vmselect.