mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-08 23:08:19 -05:00
7 lines
166 B
YAML
7 lines
166 B
YAML
scrape_configs:
|
|
- job_name: reth
|
|
metrics_path: "/"
|
|
scrape_interval: 5s
|
|
static_configs:
|
|
- targets: ['localhost:9001', 'host.docker.internal:9001']
|