From c01e28ba408e8fa5641ef5ca0fb8f42b9691157a Mon Sep 17 00:00:00 2001 From: Joe Clapis Date: Sun, 4 Jun 2023 23:56:07 -0400 Subject: [PATCH] Fixed NM metrics on Prater --- install/scripts/start-ec.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install/scripts/start-ec.sh b/install/scripts/start-ec.sh index 92c4ade1..d3ae8b06 100755 --- a/install/scripts/start-ec.sh +++ b/install/scripts/start-ec.sh @@ -195,9 +195,6 @@ if [ "$CLIENT" = "nethermind" ]; then if [ "$ENABLE_METRICS" = "true" ]; then CMD="$CMD --Metrics.Enabled true --Metrics.ExposePort $EC_METRICS_PORT" - if [ "$NETWORK" = "prater" ]; then - CMD="$CMD --Metrics.PushGatewayUrl=\"\"" - fi fi if [ ! -z "$EC_P2P_PORT" ]; then