Prysm Dashboard Compatibility

How to keep other Prysm dashboards running with the Stake Local Dashboard

Prysm Dashboard Compatibility

Prysmatic Labs and GuillaumeMiralles Dashboards

Dashboard: https://docs.prylabs.network/assets/grafana-dashboards/small_amount_validators.json

Dashboard: https://raw.githubusercontent.com/GuillaumeMiralles/prysm-grafana-dashboard/master/less_10_validators.json

Dashboard: https://raw.githubusercontent.com/GuillaumeMiralles/prysm-grafana-dashboard/master/more_10_validators.json

To continue to use the alternative Prysm dashboards listed above, update the Prysmjob_name in the new prometheus.yml file to match your prior value. nodes is the default for this Coin Cashew guide to installing a Nimbus dashboard.

Edit the /etc/prometheus/prometheus.yml file.

sudo vi /etc/prometheus/prometheus.yml

Find the line containing - job_name: prysm_beacon.

Change that line to - job_name: <PREVIOUS PRYSM BEACON job_name>.

Replace <PREVIOUS PRYSM BEACON JOB NAME> with the value for Prysm beacon chain in your previous prometheus.yml file. If you used the Coin Cashew guide to setting up your original dashboard, this value may be beacon node. If you used the someresat guide to setting up your original dashboard, this value may be prysm-beacon.

Find the line containing - job_name: prysm_validator.

Change that line to - job_name: <PREVIOUS PRYSM VALIDATOR job_name>.

Replace <PREVIOUS PRYSM VALIDATOR JOB NAME> with the value for Prysm validator in your previous prometheus.yml file. If you used the Coin Cashew guide to setting up your original dashboard, this value may be validator. If you used the someresat guide to setting up your original dashboard, this value may be prysm-validator.

Save the file and exit the editor.

Last updated