From e71ab7ed2b35a375ff3049a89c3f20ea334fe642 Mon Sep 17 00:00:00 2001 From: Anthony Date: Tue, 6 Jan 2026 16:31:37 +0100 Subject: [PATCH 1/2] feat: enable mev-boost metrics --- compose-mev.yml | 3 +++ prometheus/prometheus.yml.example | 3 +++ 2 files changed, 6 insertions(+) diff --git a/compose-mev.yml b/compose-mev.yml index 5e1f1b2c..4da84dc7 100644 --- a/compose-mev.yml +++ b/compose-mev.yml @@ -39,6 +39,9 @@ services: -request-timeout-getheader=${MEV_TIMEOUT_GETHEADER:-950} -request-timeout-getpayload=${MEV_TIMEOUT_GETPAYLOAD:-4000} -request-timeout-regval=${MEV_TIMEOUT_REGVAL:-3000} + -metrics + -metrics-addr 0.0.0.0:18551 + labels: - "promtail-monitored=${MEV_MEV_BOOST_PROMTAIL_MONITORED:-true}" networks: [dvnode] diff --git a/prometheus/prometheus.yml.example b/prometheus/prometheus.yml.example index 52146208..df68a9da 100644 --- a/prometheus/prometheus.yml.example +++ b/prometheus/prometheus.yml.example @@ -23,6 +23,9 @@ scrape_configs: - job_name: "charon" static_configs: - targets: ["charon:3620"] + - job_name: "mev-boost" + static_configs: + - targets: ["mev-mevboost:18551"] - job_name: "lodestar" static_configs: - targets: ["lodestar:5064"] From d4f68e07c72772d5bbdc303031558bba4bb54a30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ois=C3=ADn=20Kyne?= <4981644+OisinKyne@users.noreply.github.com> Date: Fri, 30 Jan 2026 18:26:02 +0000 Subject: [PATCH 2/2] Update prometheus/prometheus.yml.example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Oisín Kyne <4981644+OisinKyne@users.noreply.github.com> --- prometheus/prometheus.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/prometheus.yml.example b/prometheus/prometheus.yml.example index df68a9da..b689d10f 100644 --- a/prometheus/prometheus.yml.example +++ b/prometheus/prometheus.yml.example @@ -10,7 +10,7 @@ remote_write: credentials: $PROM_REMOTE_WRITE_TOKEN write_relabel_configs: - source_labels: [job] - regex: "charon" + regex: "charon|mev-boost" action: keep # Keeps charon metrics and drop metrics from other containers. scrape_configs: