Add prometheus.yml
This commit is contained in:
parent
4fc46c30c8
commit
f5c259ad61
14
prometheus.yml
Normal file
14
prometheus.yml
Normal file
@ -0,0 +1,14 @@
|
||||
global:
|
||||
scrape_interval: 15s
|
||||
evaluation_interval: 15s
|
||||
|
||||
# A scrape configuration containing exactly one endpoint to scrape.
|
||||
scrape_configs:
|
||||
- job_name: 'go-ethereum'
|
||||
scrape_interval: 10s
|
||||
metrics_path: /debug/metrics/prometheus
|
||||
static_configs:
|
||||
- targets:
|
||||
- '127.0.0.1:7310'
|
||||
labels:
|
||||
chain: ethereum
|
Loading…
Reference in New Issue
Block a user