chore(prometheus): add host.docker.internal:9001 scrape target (#3689)

This commit is contained in:
Alexey Shekhirin
2023-07-10 20:45:21 +01:00
committed by GitHub
parent 139ab93586
commit 2bc5e19edb

View File

@ -3,7 +3,7 @@ scrape_configs:
metrics_path: "/"
scrape_interval: 5s
static_configs:
- targets: ['reth:9001', 'localhost:9001']
- targets: ['reth:9001', 'localhost:9001', 'host.docker.internal:9001']
- job_name: ethereum-metrics-exporter
metrics_path: "/metrics"
scrape_interval: 5s