Files
2026-05-12 11:21:40 -04:00

15 lines
372 B
YAML

# VictoriaMetrics scrape config — uses Prometheus-compatible syntax.
# 1-second interval gives Grafana something to redraw every refresh tick.
global:
scrape_interval: 1s
scrape_timeout: 800ms
scrape_configs:
- job_name: substrate
static_configs:
- targets:
- "host.docker.internal:9100"
labels:
instance: "substrate-local"