chore(prometheus): add localhost:9001 scrape target (#3606)

This commit is contained in:
Alexey Shekhirin
2023-07-06 21:11:16 +01:00
committed by GitHub
parent fdc8a05320
commit b8a5476704
2 changed files with 3 additions and 3 deletions

View File

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