Configure Ethereum Metrics Exporter
Configure the consensus and execution clients to which Ethereum Metrics Exporter will listen
Configure Ethereum Metrics Exporter
sudo nano /etc/eth-metrics/eth-metrics.ymlconsensus:
enabled: true
url: "<CONSENSUS_CLIENT_URL>"
name: "<CONSENSUS_CLIENT_NAME>"
execution:
enabled: true
url: "<EXECUTION_CLIENT_URL>"
name: "<EXECUTION_CLIENT_NAME>"
modules:
- "eth"
- "net"
- "web3"
- "txpool"
pair:
enabled: trueLast updated