Accessing Grafana
After your Grafana Breeze is provisioned, access the dashboard at:
http://YOUR_IP:3000Default Credentials
Log in with the root password you set during deployment. The default Grafana admin username is admin.
Adding Your First Data Source
- Go to Configuration → Data Sources
- Click Add data source
- Select your data source type (Prometheus, InfluxDB, MySQL, etc.)
- Enter connection details and click Save & Test
Creating a Dashboard
- Click + → New Dashboard
- Click Add visualization
- Select your data source
- Build your query (Grafana provides a visual query builder)
- Choose a visualization type (graph, gauge, table, etc.)
- Click Apply and then Save
Useful Built-in Features
- Alerting — set up alerts when metrics cross thresholds
- Variables — create dynamic, reusable dashboards
- Annotations — mark events on graphs (deployments, incidents)
- Sharing — share dashboards via link, snapshot, or embed
Monitoring Your Breeze
Install the Node Exporter to monitor the Grafana server itself:
sudo apt install -y prometheus-node-exporterThen add Prometheus as a data source pointing to http://localhost:9090 and import the "Node Exporter Full" dashboard (ID: 1860).