# 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"