fix reth metric

This commit is contained in:
Para Dox
2025-05-18 13:21:40 +07:00
parent 98abb33fc8
commit af0c8cd7e2
33 changed files with 33 additions and 99 deletions

View File

@@ -77,9 +77,7 @@ services:
- --engine.cross-block-cache-size=${BERACHAIN_BARTIO_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${BERACHAIN_BARTIO_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=10527 - --port=10527
- --rpc-cache.max-blocks=10000 - --rpc-cache.max-blocks=10000

View File

@@ -78,9 +78,7 @@ services:
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=14467 - --port=14467
- --rpc-cache.max-blocks=10000 - --rpc-cache.max-blocks=10000

View File

@@ -77,9 +77,7 @@ services:
- --engine.cross-block-cache-size=${BERACHAIN_BEPOLIA_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${BERACHAIN_BEPOLIA_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=11347 - --port=11347
- --rpc-cache.max-blocks=10000 - --rpc-cache.max-blocks=10000

View File

@@ -78,9 +78,7 @@ services:
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=12274 - --port=12274
- --rpc-cache.max-blocks=10000 - --rpc-cache.max-blocks=10000

View File

@@ -77,9 +77,7 @@ services:
- --engine.cross-block-cache-size=${BERACHAIN_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${BERACHAIN_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=12881 - --port=12881
- --rpc-cache.max-blocks=10000 - --rpc-cache.max-blocks=10000

View File

@@ -78,9 +78,7 @@ services:
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=10900 - --port=10900
- --rpc-cache.max-blocks=10000 - --rpc-cache.max-blocks=10000

View File

@@ -61,9 +61,7 @@ services:
- --engine.cross-block-cache-size=${ETHEREUM_HOLESKY_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${ETHEREUM_HOLESKY_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=13752 - --port=13752
- --rpc-cache.max-blocks=10000 - --rpc-cache.max-blocks=10000

View File

@@ -62,9 +62,7 @@ services:
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=11849 - --port=11849
- --rpc-cache.max-blocks=10000 - --rpc-cache.max-blocks=10000

View File

@@ -61,9 +61,7 @@ services:
- --engine.cross-block-cache-size=${ETHEREUM_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${ETHEREUM_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=14563 - --port=14563
- --rpc-cache.max-blocks=10000 - --rpc-cache.max-blocks=10000

View File

@@ -61,9 +61,7 @@ services:
- --engine.cross-block-cache-size=${ETHEREUM_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${ETHEREUM_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=14563 - --port=14563
- --rpc-cache.max-blocks=10000 - --rpc-cache.max-blocks=10000

View File

@@ -61,9 +61,7 @@ services:
- --engine.cross-block-cache-size=${ETHEREUM_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${ETHEREUM_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=14563 - --port=14563
- --rpc-cache.max-blocks=10000 - --rpc-cache.max-blocks=10000

View File

@@ -65,9 +65,7 @@ services:
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=14286 - --port=14286
- --rpc-cache.max-blocks=10000 - --rpc-cache.max-blocks=10000

View File

@@ -65,9 +65,7 @@ services:
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=14286 - --port=14286
- --rpc-cache.max-blocks=10000 - --rpc-cache.max-blocks=10000

View File

@@ -62,9 +62,7 @@ services:
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=10150 - --port=10150
- --rpc-cache.max-blocks=10000 - --rpc-cache.max-blocks=10000

View File

@@ -62,9 +62,7 @@ services:
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=10150 - --port=10150
- --rpc-cache.max-blocks=10000 - --rpc-cache.max-blocks=10000

View File

@@ -61,9 +61,7 @@ services:
- --engine.cross-block-cache-size=${ETHEREUM_SEPOLIA_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${ETHEREUM_SEPOLIA_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=14330 - --port=14330
- --rpc-cache.max-blocks=10000 - --rpc-cache.max-blocks=10000

View File

@@ -62,9 +62,7 @@ services:
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=12150 - --port=12150
- --rpc-cache.max-blocks=10000 - --rpc-cache.max-blocks=10000

View File

@@ -60,9 +60,7 @@ services:
- --engine.cross-block-cache-size=${BASE_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${BASE_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=14221 - --port=14221
- --rollup.sequencer-http=https://mainnet-sequencer.base.org - --rollup.sequencer-http=https://mainnet-sequencer.base.org

View File

@@ -60,9 +60,7 @@ services:
- --engine.cross-block-cache-size=${BASE_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${BASE_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=11240 - --port=11240
- --rollup.sequencer-http=https://mainnet-sequencer.base.org - --rollup.sequencer-http=https://mainnet-sequencer.base.org

View File

@@ -60,9 +60,7 @@ services:
- --engine.cross-block-cache-size=${BASE_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${BASE_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=11240 - --port=11240
- --rollup.sequencer-http=https://mainnet-sequencer.base.org - --rollup.sequencer-http=https://mainnet-sequencer.base.org

View File

@@ -61,9 +61,7 @@ services:
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=14759 - --port=14759
- --rollup.sequencer-http=https://mainnet-sequencer.base.org - --rollup.sequencer-http=https://mainnet-sequencer.base.org

View File

@@ -61,9 +61,7 @@ services:
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=14759 - --port=14759
- --rollup.sequencer-http=https://mainnet-sequencer.base.org - --rollup.sequencer-http=https://mainnet-sequencer.base.org

View File

@@ -60,9 +60,7 @@ services:
- --engine.cross-block-cache-size=${BASE_SEPOLIA_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${BASE_SEPOLIA_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=11390 - --port=11390
- --rollup.sequencer-http=https://sepolia-sequencer.base.org - --rollup.sequencer-http=https://sepolia-sequencer.base.org

View File

@@ -60,9 +60,7 @@ services:
- --engine.cross-block-cache-size=${BASE_SEPOLIA_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${BASE_SEPOLIA_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=12165 - --port=12165
- --rollup.sequencer-http=https://sepolia-sequencer.base.org - --rollup.sequencer-http=https://sepolia-sequencer.base.org

View File

@@ -61,9 +61,7 @@ services:
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=11147 - --port=11147
- --rollup.sequencer-http=https://sepolia-sequencer.base.org - --rollup.sequencer-http=https://sepolia-sequencer.base.org

View File

@@ -61,9 +61,7 @@ services:
- --engine.cross-block-cache-size=${LISK_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${LISK_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=10598 - --port=10598
- --rollup.sequencer-http=https://rpc.api.lisk.com - --rollup.sequencer-http=https://rpc.api.lisk.com

View File

@@ -62,9 +62,7 @@ services:
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=12812 - --port=12812
- --rollup.sequencer-http=https://rpc.api.lisk.com - --rollup.sequencer-http=https://rpc.api.lisk.com

View File

@@ -60,9 +60,7 @@ services:
- --engine.cross-block-cache-size=${OP_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${OP_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=11114 - --port=11114
- --rollup.sequencer-http=https://mainnet-sequencer.optimism.io - --rollup.sequencer-http=https://mainnet-sequencer.optimism.io

View File

@@ -60,9 +60,7 @@ services:
- --engine.cross-block-cache-size=${OP_MAINNET_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${OP_MAINNET_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=11845 - --port=11845
- --rollup.sequencer-http=https://mainnet-sequencer.optimism.io - --rollup.sequencer-http=https://mainnet-sequencer.optimism.io

View File

@@ -61,9 +61,7 @@ services:
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=13985 - --port=13985
- --rollup.sequencer-http=https://mainnet-sequencer.optimism.io - --rollup.sequencer-http=https://mainnet-sequencer.optimism.io

View File

@@ -60,9 +60,7 @@ services:
- --engine.cross-block-cache-size=${OP_SEPOLIA_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${OP_SEPOLIA_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=12326 - --port=12326
- --rollup.sequencer-http=https://sepolia-sequencer.optimism.io - --rollup.sequencer-http=https://sepolia-sequencer.optimism.io

View File

@@ -60,9 +60,7 @@ services:
- --engine.cross-block-cache-size=${OP_SEPOLIA_RETH_STATE_CACHE:-4096} - --engine.cross-block-cache-size=${OP_SEPOLIA_RETH_STATE_CACHE:-4096}
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=14859 - --port=14859
- --rollup.sequencer-http=https://sepolia-sequencer.optimism.io - --rollup.sequencer-http=https://sepolia-sequencer.optimism.io

View File

@@ -61,9 +61,7 @@ services:
- --full - --full
- --max-inbound-peers=50 - --max-inbound-peers=50
- --max-outbound-peers=50 - --max-outbound-peers=50
- --metrics - --metrics=0.0.0.0:9001
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=14442 - --port=14442
- --rollup.sequencer-http=https://sepolia-sequencer.optimism.io - --rollup.sequencer-http=https://sepolia-sequencer.optimism.io