mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
8 lines
138 B
YAML
8 lines
138 B
YAML
scrape_configs:
|
|
- job_name: reth
|
|
metrics_path: "/"
|
|
scrape_interval: 5s
|
|
static_configs:
|
|
- targets: ['localhost:9000']
|
|
|