First test kinda working

This commit is contained in:
Valère Plantevin
2026-05-12 11:21:40 -04:00
parent cac6c9ac02
commit d3f09ee062
36 changed files with 3903 additions and 102 deletions

View File

@@ -0,0 +1,14 @@
# 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"