Files
nanoreth/etc/prometheus/prometheus.yml
Paolo Facchinetti da58e39c26 feat: add docker compose with docs (#3496)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2023-07-03 13:04:17 +00:00

6 lines
131 B
YAML

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