mirror of
https://github.com/AtHeartEngineering/lodestar.git
synced 2026-01-09 22:28:28 -05:00
* Support running local monitoring (grafana/prometheus) via docker on macos * create seperate prometheus/grafana config files since host.docker.internal does not work crossplatform * removed extra_hosts
8 lines
182 B
YAML
8 lines
182 B
YAML
scrape_configs:
|
|
- job_name: Lodestar
|
|
scrape_interval: 20s
|
|
scrape_timeout: 20s
|
|
metrics_path: /metrics
|
|
static_configs:
|
|
- targets: ["host.docker.internal:8008"]
|