mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
11 lines
334 B
YAML
11 lines
334 B
YAML
scrape_configs:
|
|
- job_name: reth
|
|
metrics_path: "/"
|
|
scrape_interval: 5s
|
|
static_configs:
|
|
- targets: ['reth:9001', 'localhost:9001', 'host.docker.internal:9001']
|
|
- job_name: ethereum-metrics-exporter
|
|
metrics_path: "/metrics"
|
|
scrape_interval: 5s
|
|
static_configs:
|
|
- targets: ['metrics-exporter:9091'] |