Files
nanoreth/etc/prometheus/prometheus.yml
2023-01-08 13:30:28 +02:00

8 lines
138 B
YAML

scrape_configs:
- job_name: reth
metrics_path: "/"
scrape_interval: 5s
static_configs:
- targets: ['localhost:9000']