Missing lighthouse
This commit is contained in:
parent
894ec258f8
commit
f2fde17bc9
@ -10,6 +10,13 @@ scrape_configs:
|
|||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['mainnet-eth-geth-1:6060']
|
- 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
|
# keycloak
|
||||||
- job_name: 'keycloak'
|
- job_name: 'keycloak'
|
||||||
scrape_interval: 5s
|
scrape_interval: 5s
|
||||||
|
Loading…
Reference in New Issue
Block a user