nimbus-eth1/examples/prometheus.yml

9 lines
127 B
YAML

global:
scrape_interval: 1s
scrape_configs:
- job_name: "nimbus"
static_configs:
- targets: ['localhost:9093']