Installation Overview
Installation of the Stake Local Dashboard
Installation Overview
The overall process of installing and configuring the Stake Local Dashboard is as follows:
Install Supporting Software - Install Prometheus, Grafana, node_exporter, json_exporter, and Ethereum Metrics Exporter.
Configure Ethereum Clients - Update Ethereum client configurations to allow supporting software access to metrics and API data sources.
Configure Supporting Software - Base configuration of Prometheus, node_exporter, json_exporter and Ethereum Metrics Exporter.
Prometheus Jobs & Targets Configuration - Configuration of Prometheus scraping jobs, scraping targets, and processing rules.
Optional: Alternative Dashboard Compatibility - Configuration changes to ensure compatibility with prior Ethereum client dashboards.
Enable & Start/Restart Services - Start/restart software to enable all configurations.
Install Dashboard - Install Grafana dashboard.
You may skip the relevant Install Supporting Software steps if you already have Prometheus, Grafana, node_exporter, json_exporter, or Ethereum Metrics Exporter installed. Configuration is handled in a separate section.
For ease of installation, the present guide instructs you to overwrite any existing prometheus.yml
, and json_exporter.yml
configuration files with entirely new files. You may need to manually merge your current files with the new files in order to keep some preexisting jobs functioning.
Instructions are provided to ensure that over a dozen other Ethereum client dashboards continue to work with the Stake Local prometheus.yml
configuration file, but not all of your current Prometheus jobs may be covered by these modifications.
Last updated