Skip to content

Commit

Permalink
chore(prometheus): add host.docker.internal:9001 scrape target (parad…
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin authored Jul 10, 2023
1 parent 139ab93 commit 2bc5e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/prometheus/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2bc5e19

Please sign in to comment.