VictoriaMetrics/app/vmstorage
f41gh7 2771d67661
lib/httpserver: move ServeWithOpts to Serve
This addresses that todo in the codebase, and updates all callsites to
the new signature.

---------
Signed-off-by: Florian Klink <flokli@flokli.de>
2025-05-06 18:05:55 +02: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 packaging/fips: add binaries build in FIPS mode 2025-05-06 17:24:07 +02:00
servers lib/handshake: log client network errors during handshake as warnings (follow up) 2025-05-06 12:01:06 +02:00
main.go lib/httpserver: move ServeWithOpts to Serve 2025-05-06 18:05:55 +02: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.