Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
VictoriaMetrics queries
v0.1.0Read-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.
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
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-
GET /api/v1/status/active_queries
-
GET /api/v1/label/<name>/values
-
GET /api/v1/labels
-
GET /api/v1/query
-
GET /api/v1/query_range
-
GET /api/v1/series
-
GET /api/v1/status/top_queries
-
GET /api/v1/status/tsdb