Skip to content

Commit

Permalink
add metrics for all geth run script (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: Yu Marvel <[email protected]>
  • Loading branch information
MarvelFisher and Yu Marvel authored Aug 31, 2023
1 parent f50bd52 commit 080650f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run-testnet-sentry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ COMMAND="geth \
--authrpc.jwtsecret=$JWT_SECRET_PATH \
--gcmode=archive \
--metrics \
--metrics.addr=0.0.0.0 \
--metrics.port=6060 \
--mine \
--miner.etherbase=$MINER_ETHERBASE $optional_bootnodes"

Expand Down
3 changes: 3 additions & 0 deletions run-testnet-sequencer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ COMMAND="geth \
--authrpc.jwtsecret=$JWT_SECRET_PATH \
--gcmode=archive \
--nodiscover \
--metrics \
--metrics.addr=0.0.0.0 \
--metrics.port=6060 \
--mine \
--miner.etherbase=$MINER_ETHERBASE $optional_bootnodes"

Expand Down
2 changes: 2 additions & 0 deletions run-testnet-validator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ COMMAND="geth \
--authrpc.jwtsecret=$JWT_SECRET_PATH \
--gcmode=archive \
--metrics \
--metrics.addr=0.0.0.0 \
--metrics.port=6060 \
--mine \
--miner.etherbase=$MINER_ETHERBASE $optional_bootnodes"

Expand Down

0 comments on commit 080650f

Please sign in to comment.