First test kinda working
This commit is contained in:
14
monitoring/victoria-metrics/scrape.yml
Normal file
14
monitoring/victoria-metrics/scrape.yml
Normal 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"
|
||||
Reference in New Issue
Block a user