From d21f083777601610ccaa1597b16c21ce30a5cbd7 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Thu, 23 Jun 2022 05:19:21 +0000 Subject: [PATCH] Add more paths to HTTP API metrics (#3282) ## Proposed Changes Expand the set of paths tracked by the HTTP API metrics to include all paths hit by the validator client. These paths were only partially updated for Altair, so we were missing some of the sync committee and v2 APIs. --- beacon_node/http_api/src/lib.rs | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/beacon_node/http_api/src/lib.rs b/beacon_node/http_api/src/lib.rs index fa3b6a9d9..be08b3f73 100644 --- a/beacon_node/http_api/src/lib.rs +++ b/beacon_node/http_api/src/lib.rs @@ -200,18 +200,29 @@ pub fn prometheus_metrics() -> warp::filters::log::Log