VictoriaMetrics queries

v0.1.0

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.

Pack ID
victoriametrics
Vendor
emisar
OS
linux
Actions
8
Required binaries: curl. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

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:7fe336a5dd4251fcdc0b2c87d9aa184fab0da01ecab1e5cd0448eb0227643146

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

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

Actions 8 total

View on GitHub