nimbus-eth1/examples/prometheus.yml
Ștefan Talpalaru 2d9f62530b metrics HTTP server replacing the periodic "stats" logging
and example prometheus.yml file to use it as a scraping target
2019-07-19 15:17:51 +03:00

9 lines
127 B
YAML

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