Missing lighthouse

This commit is contained in:
Thomas E Lackey 2023-09-19 20:05:13 -05:00
parent 894ec258f8
commit f2fde17bc9

View File

@ -10,6 +10,13 @@ scrape_configs:
static_configs:
- targets: ['mainnet-eth-geth-1:6060']
# lighthouse
- job_name: 'lighthouse'
metrics_path: /debug/metrics/prometheus
scheme: http
static_configs:
- targets: ['mainnet-eth-lighthouse-1:5054']
# keycloak
- job_name: 'keycloak'
scrape_interval: 5s