From f2fde17bc97174dcb8a8c555ef0e0d9ccbc54fb1 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Tue, 19 Sep 2023 20:05:13 -0500 Subject: [PATCH] Missing lighthouse --- .../mainnet-eth-metrics/prometheus/etc/prometheus.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/data/config/mainnet-eth-metrics/prometheus/etc/prometheus.yml b/app/data/config/mainnet-eth-metrics/prometheus/etc/prometheus.yml index e9f23e89..4e194d70 100644 --- a/app/data/config/mainnet-eth-metrics/prometheus/etc/prometheus.yml +++ b/app/data/config/mainnet-eth-metrics/prometheus/etc/prometheus.yml @@ -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