Install Grafana
Install Grafana to serve dashboards
Grafana
Grafana provides all dashboard functionality. Dashboards are displayed using Grafana's user interface, and query for data from Prometheus.
Install Supporting Software
Install the supporting software we may need.
Install Grafana
Install the key for authenticating Grafana packages.
This command may generate a warning about apt-key
being deprecated. That is not a problem.
Add the Grafana repository to the list of external repositories and update the package list.
The add-apt-repository
command may also generate a warning about apt-key
being deprecated.
Update the package list and install Grafana.
Notes
Grafana will listen on port 3000. This is the port for the Grafana user interface.
We have not yet configured nor started Grafana.
Last updated