Skip to content

Commit 080650f

Browse files
MarvelFisherYu Marvel
and
Yu Marvel
authored
add metrics for all geth run script (#35)
Co-authored-by: Yu Marvel <[email protected]>
1 parent f50bd52 commit 080650f

3 files changed

+7
-0
lines changed

run-testnet-sentry.sh

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ COMMAND="geth \
3737
--authrpc.jwtsecret=$JWT_SECRET_PATH \
3838
--gcmode=archive \
3939
--metrics \
40+
--metrics.addr=0.0.0.0 \
41+
--metrics.port=6060 \
4042
--mine \
4143
--miner.etherbase=$MINER_ETHERBASE $optional_bootnodes"
4244

run-testnet-sequencer.sh

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ COMMAND="geth \
3737
--authrpc.jwtsecret=$JWT_SECRET_PATH \
3838
--gcmode=archive \
3939
--nodiscover \
40+
--metrics \
41+
--metrics.addr=0.0.0.0 \
42+
--metrics.port=6060 \
4043
--mine \
4144
--miner.etherbase=$MINER_ETHERBASE $optional_bootnodes"
4245

run-testnet-validator.sh

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ COMMAND="geth \
3737
--authrpc.jwtsecret=$JWT_SECRET_PATH \
3838
--gcmode=archive \
3939
--metrics \
40+
--metrics.addr=0.0.0.0 \
41+
--metrics.port=6060 \
4042
--mine \
4143
--miner.etherbase=$MINER_ETHERBASE $optional_bootnodes"
4244

0 commit comments

Comments
 (0)