soneium/prometheus.yml

14 lines
373 B
YAML
Raw Normal View History

2024-12-18 01:44:22 +03:00
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