Install Grafana
Install Grafana to serve dashboards
Last updated
Install Grafana to serve dashboards
Last updated
Grafana provides all dashboard functionality. Dashboards are displayed using Grafana's user interface, and query for data from Prometheus.
Install the supporting software we may need.
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.
Grafana will listen on port 3000. This is the port for the Grafana user interface.
We have not yet configured nor started Grafana.