mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-10 04:15:54 +00:00
2d9f62530b
and example prometheus.yml file to use it as a scraping target
9 lines
127 B
YAML
9 lines
127 B
YAML
global:
|
|
scrape_interval: 1s
|
|
|
|
scrape_configs:
|
|
- job_name: "nimbus"
|
|
static_configs:
|
|
- targets: ['localhost:9093']
|
|
|