Files
lodestar/docker/prometheus/prometheus.yml
Lion - dapplion d1cddb7ca8 Add dockerized metrics local setup (#5173)
* Add dockerized metrics local setup

* Review PR
2023-02-20 11:08:46 -05:00

16 lines
404 B
YAML

global:
scrape_interval: 5s
scrape_timeout: 5s
# Tags (values starting with #) have to be replaced in the Dockerfile with sed
# Modified datasource to work with a network_mode: host
scrape_configs:
- job_name: beacon
metrics_path: /metrics
static_configs:
- targets: ["#BEACON_URL"]
- job_name: validator
metrics_path: /metrics
static_configs:
- targets: ["#VC_URL"]