Saltar al contenido principal

victoriametrics

VictoriaMetrics — Prometheus-compatible time-series database used as the long-term storage layer. Receives samples via Prometheus remote-write; queryable directly or through Grafana.

Identity

FieldValue
Service idvictoriametrics
Roleobservability
Imagevictoriametrics/victoria-metrics:v1.108.0
Port8428 (HTTP — write + query)
Health/health

Deployment surfaces

SurfaceWhere
Composeservice victoriametrics in alphaswarm_platform/compose/docker-compose.platform.yml
Kustomizeobservability/victoriametrics/ — single-node Deployment (in-cell); cluster mode (vmstorage / vmselect / vminsert) in cloud templates

Dependencies

Upstream: Prometheus (remote-write).

Downstream: Grafana (datasource).

Operations

  • Retention: 13 months default; 24 months for cells flagged audit_evidence: true.
  • Cardinality control: label scrubbing + per-label value cap to prevent runaway growth from per-pod / per-task labels.
  • PromQL compatibility: queries that work in Prometheus work here; some MetricsQL extensions (histogram_quantiles, etc.) are used in dashboards.

See also