Installing & configuring Grafana
Download and install Grafana
wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add -
sudo add-apt-repository "deb https://packages.grafana.com/oss/deb stable main"
sudo apt update
apt-cache policy grafanagrafana:
Installed: (none)
Candidate: 10.0.3
Version table:
10.0.3 500
500 <https://packages.grafana.com/oss/deb> stable/main amd64 Packages
10.0.2 500
500 <https://packages.grafana.com/oss/deb> stable/main amd64 Packages
10.0.1 500
500 <https://packages.grafana.com/oss/deb> stable/main amd64 Packagessudo apt install -y grafanaStart the Grafana server.
Configure the Grafana Dashboard
Screenshot samples of Grafana Dashboard
Execution client:

Consensus client:

Node Exporter:

[Optional] Pushgateway
Last updated