Execution Client Targets
Customize the default execution client targets
Execution Client Targets
Execution Client Metrics Configuration
sudo nano /etc/prometheus/files_sd/stakelocal/execution_metrics/besu.yml - targets: ['127.0.0.1:9545']
labels:
network: 'Mainnet'
host: 'Default Host'
service: 'Besu'
group: 'Default Group'
explorer: 'etherscan.io'sudo nano /etc/prometheus/files_sd/stakelocal/execution_metrics/erigon.yml - targets: ['127.0.0.1:6060']
labels:
network: 'Mainnet'
service: 'Erigon'
host: 'Default Host'
group: 'Default Group'
explorer: 'etherscan.io'Execution Client API Configuration
Last updated