Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.34 KB

connect_to_dashboard.md

File metadata and controls

39 lines (29 loc) · 1.34 KB

Connect your validator to Prometheus Analytics

By connecting your validator to our Prometheus Analytics your node will provide valuable data, which will be shown in a public dashboard so we can better monitor the network. Mainnet Dashboard

  1. Enable the prometheus metrics in config.toml
nano $HOME/.bcna/config/config.toml

Go to the end of the file and change these parameters:

#######################################################
###       Instrumentation Configuration Options     ###
#######################################################
[instrumentation]

prometheus = true

prometheus_listen_addr = "0.0.0.0:26660"

in nano type CTRL + X to exit + Y to save and exit. Reset the daemon:

sudo service bcnad restart
  1. Enable a firewall rule to let us collect the data. For Ubuntu user:
sudo ufw allow from 178.62.236.228 proto tcp to any port 26660
  1. Provide the server IP from your validator (and sentries if applicable) to Raul BitCanna ES#3102 on Discord by Private message.

  2. Check if your server is providing the data correctly by clicking the link below (after we have added your IP, this must be done manually by the team):