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}
- --max-inbound-peers=50
- --max-outbound-peers=50
- --metrics
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --metrics=0.0.0.0:9001
- --nat=extip:${IP}
- --port=10527
- --rpc-cache.max-blocks=10000

View File

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

View File

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

View File

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

View File

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

View File

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