File tree 3 files changed +7
-0
lines changed
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ COMMAND="geth \
37
37
--authrpc.jwtsecret=$JWT_SECRET_PATH \
38
38
--gcmode=archive \
39
39
--metrics \
40
+ --metrics.addr=0.0.0.0 \
41
+ --metrics.port=6060 \
40
42
--mine \
41
43
--miner.etherbase=$MINER_ETHERBASE $optional_bootnodes "
42
44
Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ COMMAND="geth \
37
37
--authrpc.jwtsecret=$JWT_SECRET_PATH \
38
38
--gcmode=archive \
39
39
--nodiscover \
40
+ --metrics \
41
+ --metrics.addr=0.0.0.0 \
42
+ --metrics.port=6060 \
40
43
--mine \
41
44
--miner.etherbase=$MINER_ETHERBASE $optional_bootnodes "
42
45
Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ COMMAND="geth \
37
37
--authrpc.jwtsecret=$JWT_SECRET_PATH \
38
38
--gcmode=archive \
39
39
--metrics \
40
+ --metrics.addr=0.0.0.0 \
41
+ --metrics.port=6060 \
40
42
--mine \
41
43
--miner.etherbase=$MINER_ETHERBASE $optional_bootnodes "
42
44
You can’t perform that action at this time.
0 commit comments