victoria-metrics
- Ebuilds: 1, Testing: 1.143.0 Description:
VictoriaMetrics is a fast, cost-effective, and scalable time-series
database. The single-node binary handles ingestion, storage, and
querying for deployments where a clustered setup would be overkill.
Compatible with InfluxDB line protocol, Graphite, OpenTSDB, Prometheus
remote_write, and OpenTelemetry — useful as a central sink for
sensor data, application metrics, or any other write-heavy
time-series workload.
Built from source using the Gentoo Go toolchain. Includes the
victoria-metrics single-node binary plus the vmagent / vmctl /
vmbackup / vmrestore companion tools for ingestion proxying,
backfill migrations, and snapshot management.
Homepage:https://victoriametrics.com/ https://github.com/VictoriaMetrics/VictoriaMetrics License: Apache-2.0
victoria-metrics-bin
- Ebuilds: 1, Testing: 1.143.0 Description:
VictoriaMetrics is a fast, cost-effective, and scalable time-series
database. The single-node binary handles ingestion, storage, and
querying for deployments where a clustered setup would be overkill.
Compatible with InfluxDB line protocol, Graphite, OpenTSDB, Prometheus
remote_write, and OpenTelemetry — useful as a central sink for
sensor data, application metrics, or any other write-heavy
time-series workload.
This is the prebuilt-binary variant: it pulls the upstream's
statically-linked release artifacts (victoria-metrics-prod plus the
vmutils bundle: vmagent, vmalert, vmauth, vmbackup, vmctl, vmrestore)
directly from GitHub Releases. No Go toolchain or compilation is
required — install completes in seconds. Use the source-build
sibling (app-metrics/victoria-metrics) when binary repackaging is
not acceptable for policy reasons.
Homepage:https://victoriametrics.com/ https://github.com/VictoriaMetrics/VictoriaMetrics License: Apache-2.0
victoria-metrics-cluster
- Ebuilds: 1, Testing: 1.143.0 Description:
VictoriaMetrics cluster mode — the horizontally scalable variant of the
VictoriaMetrics time-series database. The cluster decomposes the
single-node binary into three independent services that communicate
over RPC and follow a shared-nothing architecture:
- vmstorage stores raw samples and serves queries filtered by time
range and labels. Each vmstorage node is autonomous; nodes do
not communicate with each other.
- vminsert receives ingested data and shards it across vmstorage
nodes via consistent hashing on metric name and labels.
- vmselect runs queries by fanning out to all configured vmstorage
nodes and merging the results.
Each service can be scaled independently. Cluster mode also adds
multi-tenancy (accountID/projectID namespaces in URLs and labels)
and optional replication via -replicationFactor.
Built from source using the Gentoo Go toolchain. For ingestion rates
below ~1M samples/sec the single-node sibling (app-metrics/victoria-
metrics) is recommended — it is simpler to operate and has lower
per-node overhead.
Homepage:https://victoriametrics.com/ https://github.com/VictoriaMetrics/VictoriaMetrics License: Apache-2.0
victoria-metrics-cluster-bin
- Ebuilds: 1, Testing: 1.143.0 Description:
VictoriaMetrics cluster mode — the horizontally scalable variant of the
VictoriaMetrics time-series database. The cluster decomposes the
single-node binary into three independent services:
- vmstorage — stores raw samples and serves queries.
- vminsert — accepts ingested data and shards it across vmstorage.
- vmselect — fans queries out across vmstorage and merges results.
This is the prebuilt-binary variant: the upstream
victoria-metrics-linux-amd64-vN.M.P-cluster.tar.gz release artifact
is fetched from GitHub Releases and unpacked directly into
/opt/victoriametrics/. No Go toolchain or compilation is required —
install completes in seconds. Use the source-build sibling
(app-metrics/victoria-metrics-cluster) when binary repackaging is
not acceptable for policy reasons.
For deployments below ~1M samples/sec the single-node sibling
(app-metrics/victoria-metrics-bin) is recommended over the cluster.
Homepage:https://victoriametrics.com/ https://github.com/VictoriaMetrics/VictoriaMetrics License: Apache-2.0