Skip to content

Commit

Permalink
Fixed NM metrics on Prater
Browse files Browse the repository at this point in the history
  • Loading branch information
jclapis committed Jun 5, 2023
1 parent bc3e541 commit c01e28b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions install/scripts/start-ec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c01e28b

Please sign in to comment.