mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: misc config files (#765)
This commit is contained in:
7
etc/prometheus/prometheus.yml
Normal file
7
etc/prometheus/prometheus.yml
Normal file
@ -0,0 +1,7 @@
|
||||
scrape_configs:
|
||||
- job_name: reth
|
||||
metrics_path: "/"
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
- targets: ['localhost:9000']
|
||||
|
||||
Reference in New Issue
Block a user