Consensus Client Targets
Customize the default consensus client targets
Consensus Client Targets
Consensus Client Metrics Configuration
sudo nano /etc/prometheus/files_sd/stakelocal/consensus_metrics/lighthouse.yml - targets: ['127.0.0.1:5054']
labels:
network: 'Mainnet'
host: 'Default Host'
service: 'Lighthouse Beacon'
group: 'Default Group'
explorer: 'beaconcha.in'sudo nano /etc/prometheus/files_sd/stakelocal/consensus_metrics/lodestar.yml - targets: ['127.0.0.1:8008']
labels:
network: 'Mainnet'
host: 'Default Host'
service: 'Lodestar Beacon'
group: 'Default Group'
explorer: 'beaconcha.in'Consensus Client API Configuration
Last updated