Simplified, improved default dashboard for mainnet-eth-metrics. (#536)
* Simplified, improved default dashboard for mainnet-eth-metrics. * Add missing lighthouse prometheus config.
This commit is contained in:
parent
bdf4f069b4
commit
ed9c253f61
File diff suppressed because it is too large
Load Diff
@ -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: /metrics
|
||||||
|
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