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:
Thomas E Lackey 2023-09-19 20:29:08 -05:00 committed by GitHub
parent bdf4f069b4
commit ed9c253f61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 639 additions and 939 deletions

View File

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