Skip to main content

VictoriaMetrics queries

v0.1.3

Read-only PromQL / MetricsQL access to VictoriaMetrics over its HTTP API: instant and range queries, series and label discovery, and the VM-specific status endpoints (TSDB cardinality, active queries, top queries). One base URL serves single-node, cluster (vmselect), and vmauth-fronted deployments.

8 allowed by default
Pack ID
victoriametrics
Vendor
emisar
OS
linux
Actions
8
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
curl

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:672d43dc055a0954edf68b0e2673febcd56411439d13034b3b6e9cbc9a66ff83

on the runner host
sudo emisar pack install victoriametrics \
  --hash sha256:672d43dc055a0954edf68b0e2673febcd56411439d13034b3b6e9cbc9a66ff83 \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 8 total

View on GitHub