Files
nanoreth/etc/prometheus/prometheus.yml
2023-07-06 20:11:16 +00:00

11 lines
305 B
YAML

scrape_configs:
- job_name: reth
metrics_path: "/"
scrape_interval: 5s
static_configs:
- targets: ['reth:9001', 'localhost:9001']
- job_name: ethereum-metrics-exporter
metrics_path: "/metrics"
scrape_interval: 5s
static_configs:
- targets: ['metrics-exporter:9091']