From 0d902eb69b1171f99371762028d90e2e7058bcba Mon Sep 17 00:00:00 2001 From: Para Dox Date: Sun, 18 May 2025 13:36:33 +0700 Subject: [PATCH] nimbus metrics --- ...hereum-mainnet-geth-pruned-leveldb-hash--nimbus--fireeth.yml | 2 +- ...thereum-mainnet-geth-pruned-pebble-path--nimbus--fireeth.yml | 2 +- ethereum/reth/ethereum-mainnet-reth-archive-trace--nimbus.yml | 2 +- ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml | 2 +- ethereum/reth/ethereum-mainnet-reth-pruned-trace--nimbus.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ethereum/geth/ethereum-mainnet-geth-pruned-leveldb-hash--nimbus--fireeth.yml b/ethereum/geth/ethereum-mainnet-geth-pruned-leveldb-hash--nimbus--fireeth.yml index d25a6835..42ea6e7a 100644 --- a/ethereum/geth/ethereum-mainnet-geth-pruned-leveldb-hash--nimbus--fireeth.yml +++ b/ethereum/geth/ethereum-mainnet-geth-pruned-leveldb-hash--nimbus--fireeth.yml @@ -171,7 +171,7 @@ services: command: - --history=prune - --jwt-secret=/jwtsecret - - --metrics-host=0.0.0.0 + - --metrics-address=0.0.0.0 - --metrics-port=8008 - --nat=extip:${IP} - --network=mainnet diff --git a/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path--nimbus--fireeth.yml b/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path--nimbus--fireeth.yml index 5746c8a8..b0c0520b 100644 --- a/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path--nimbus--fireeth.yml +++ b/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path--nimbus--fireeth.yml @@ -171,7 +171,7 @@ services: command: - --history=prune - --jwt-secret=/jwtsecret - - --metrics-host=0.0.0.0 + - --metrics-address=0.0.0.0 - --metrics-port=8008 - --nat=extip:${IP} - --network=mainnet diff --git a/ethereum/reth/ethereum-mainnet-reth-archive-trace--nimbus.yml b/ethereum/reth/ethereum-mainnet-reth-archive-trace--nimbus.yml index 65fbcf3a..a683a7aa 100644 --- a/ethereum/reth/ethereum-mainnet-reth-archive-trace--nimbus.yml +++ b/ethereum/reth/ethereum-mainnet-reth-archive-trace--nimbus.yml @@ -115,7 +115,7 @@ services: command: - --history=prune - --jwt-secret=/jwtsecret - - --metrics-host=0.0.0.0 + - --metrics-address=0.0.0.0 - --metrics-port=8008 - --nat=extip:${IP} - --network=mainnet diff --git a/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml b/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml index 2b7c5d7c..b647939f 100644 --- a/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml +++ b/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml @@ -119,7 +119,7 @@ services: command: - --history=prune - --jwt-secret=/jwtsecret - - --metrics-host=0.0.0.0 + - --metrics-address=0.0.0.0 - --metrics-port=8008 - --nat=extip:${IP} - --network=mainnet diff --git a/ethereum/reth/ethereum-mainnet-reth-pruned-trace--nimbus.yml b/ethereum/reth/ethereum-mainnet-reth-pruned-trace--nimbus.yml index 49b9e8ad..75306a04 100644 --- a/ethereum/reth/ethereum-mainnet-reth-pruned-trace--nimbus.yml +++ b/ethereum/reth/ethereum-mainnet-reth-pruned-trace--nimbus.yml @@ -116,7 +116,7 @@ services: command: - --history=prune - --jwt-secret=/jwtsecret - - --metrics-host=0.0.0.0 + - --metrics-address=0.0.0.0 - --metrics-port=8008 - --nat=extip:${IP} - --network=mainnet