Setup
Install grafana using Script
Setting up Grafana For Prometheus
Install Grafana on instance which queries our Prometheus server.
Then, Enable the automatic start of Grafana by systemd:
Grafana is running now, and we can connect to it at http://your.server.ip:3000. The default user and password is admin / admin.
Now you have to create a Prometheus data source:
Click on the Grafana logo to open the sidebar.
Click on “Data Sources” in the sidebar.
Choose “Add New”.
Select “Prometheus” as the data source.
Set the Prometheus server URL (in our case: http://localhost:9090/).
Click “Add” to test the connection and to save the new data source.
Settings should look like this:
Create your first dashboard from the information collected by Prometheus. You can also import some dashboards from a collection of shared dashboards
Last updated