mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 13:24:21 +00:00
9 lines
127 B
YAML
9 lines
127 B
YAML
|
global:
|
||
|
scrape_interval: 1s
|
||
|
|
||
|
scrape_configs:
|
||
|
- job_name: "nimbus"
|
||
|
static_configs:
|
||
|
- targets: ['localhost:9093']
|
||
|
|