mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
![]() * adds period compaction to prometheus data and filtering for datapoints outside retention period * lint fix * adds custom retention func * fixes compaction, fixes search query adjustment |
||
---|---|---|
.. | ||
promdb | ||
main.go | ||
README.md |
vmstorage
performs the following tasks:
-
Accepts inserts from
vminsert
and stores them to local storage. -
Performs select requests from
vmselect
.