Grafana: User Guide
For those using Grafana on a pre-configured server for the first time. This guide explains how to work with organizations, find and view dashboards, understand the interface, and read metrics.
π Introduction: What is Grafana?
Grafana is a web application for visualizing and monitoring data from various sources. It allows you to create interactive dashboards that show:
- system performance,
- server resource usage,
- application behavior,
- logs and alerts.
π‘ Grafana is the interface used to view data collected by Prometheus, Loki, Zabbix, and other systems.
π 1. Logging in to Grafana
- Open your browser and go to:
https://qcmon-qcint.quintessence.de/grafana/
-
Enter your credentials:
- Username and password provided by IT/DevOps
- Or use the SSO login button (e.g., "Login with Keycloak")
π‘ If you donβt know your credentials, contact IT or DevOps.
After logging in, you'll land on the Grafana home page, which typically displays:
- Starred dashboards
- Recently viewed dashboards
- Important links (settings, documentation, etc.)
π’ 2. Organizations in Grafana
Grafana supports multiple organizations. These are logical zones where each can have its own:
- dashboards,
- users,
- data sources.
How to check your current organization
- Click on your profile icon in the lower-left corner
- The menu will show the current organization name
- If you have access to multiple orgs β you'll see a
Switch Organizationbutton
When this matters:
- You can't see the required dashboard β it may belong to another org
- Error "Dashboard not found" β check your current org
- You work in multiple projects or environments β each may have its own organization
π§ 3. Grafana Interface: Layout & Navigation
Side Menu:
| Icon | Section | Description |
|---|---|---|
| π | Dashboards | Browse and search dashboards |
| π§ | Explore | Real-time query exploration |
| π | Alerting | View active alerts |
| βοΈ | Configuration | Data sources, settings (admin only) |
| π€ | Profile | Theme, language, org switch |
Top Bar:
- Time range selection (e.g., last 1h, last 7d)
- Auto-refresh interval
- Dashboard and panel search
- Edit and Save buttons (if permissions allow)
π‘ If you donβt see buttons or menus, you probably donβt have edit permissions.
π 4. Dashboards
A dashboard is a collection of panels grouped around a specific topic.
How to open a dashboard:
- Menu β Dashboards β Browse
- Use the search box or navigate folders on the left
- Click the dashboard name to open it
Useful actions:
- β Click the star icon to add to your favorites
- π Use the "Edit" button if you have permissions
- πΎ "Save As" lets you save a copy of the dashboard (for experiments, testing)
π 5. Panels
Each panel is a visualization of a data query.
| Type | Purpose |
|---|---|
| Graph | Time series line chart |
| Stat | Single value display (e.g., CPU usage) |
| Table | Structured tabular data |
| Gauge | Circular meter indicator |
| Bar Gauge | Horizontal bar indicator |
What you can do with a panel:
- Hover to view tooltips with details
- Click
Inspectβ to view the query and results - Click
Download CSVβ to save the panel data
Example queries:
Prometheus:
rate(http_requests_total{job="nginx"}[5m])
Loki:
{job="app", level="error"} |= "Exception"
π Recommendations for First-Time Users
- Use reasonable time ranges (e.g., 1h, 6h). Avoid 30d+ unless needed β it may slow down the system
- If a panel doesnβt load β try reducing the time range
- If you see errors, click
Inspect β Queryto see the response from the data source - Always use "Save As" if you want to change a dashboard
- Contact DevOps if youβre missing variables, dashboards, or if something looks broken
Changelog
| Date | Author | Message |
|---|---|---|
| 2026-02-25 | aresnikowa | Merge remote-tracking branch 'origin/master' |





