From b35854b71f04070884856403319c5bf1552f179d Mon Sep 17 00:00:00 2001 From: Jimmy Chen Date: Wed, 2 Jul 2025 18:47:35 +1000 Subject: [PATCH] Record v2 beacon blocks http api metrics separately (#7692) This PR adds v2 beacon block paths to the function that records http api usage, so they don't just get recorded as "/v2/beacon" like below: image --- beacon_node/http_api/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/beacon_node/http_api/src/lib.rs b/beacon_node/http_api/src/lib.rs index c757ca035b..e9b2e8e6bf 100644 --- a/beacon_node/http_api/src/lib.rs +++ b/beacon_node/http_api/src/lib.rs @@ -211,9 +211,11 @@ pub fn prometheus_metrics() -> warp::filters::log::Log