Dashboards in Grafana
Dashboards provide persistent visualizations of your observability data. Use them for monitoring system health, tracking key metrics, and sharing views with your team.
Viewing Dashboards
- Click Dashboards in the left sidebar
- Browse available dashboards or use search
- Click a dashboard to open it
Creating Dashboards
To create a new dashboard:
- Click Dashboards → New → New Dashboard
- Add panels using Add visualization
- Configure each panel with queries and visualization settings
- Save the dashboard with a descriptive name
Panel Types
Common panel types for observability:
| Panel | Best For |
|---|---|
| Time series | Metrics over time |
| Stat | Single values (current error rate, uptime) |
| Table | Log entries, detailed data |
| Logs | Log streams |
Dashboard Best Practices
Auto-refresh Warning
Dashboard panels refresh automatically. Expensive queries (especially log queries over large time ranges) can impact performance. Use metrics for frequently-refreshing panels, and reserve log queries for focused investigations.
- Use variables to make dashboards reusable across namespaces or environments
- Set appropriate refresh intervals based on query cost
- Use metrics for high-frequency monitoring, logs for drill-down
Learn More
For detailed dashboard creation guides, see the Grafana dashboard documentation.