From e71ab7ed2b35a375ff3049a89c3f20ea334fe642 Mon Sep 17 00:00:00 2001 From: Anthony Date: Tue, 6 Jan 2026 16:31:37 +0100 Subject: [PATCH] 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 5e1f1b2..4da84dc 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 5214620..df68a9d 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"]