Skip to main content
Gå til innhold

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​

  1. Click Dashboards in the left sidebar
  2. Browse available dashboards or use search
  3. Click a dashboard to open it

Creating Dashboards​

To create a new dashboard:

  1. Click Dashboards → New → New Dashboard
  2. Add panels using Add visualization
  3. Configure each panel with queries and visualization settings
  4. Save the dashboard with a descriptive name

Panel Types​

Common panel types for observability:

PanelBest For
Time seriesMetrics over time
StatSingle values (current error rate, uptime)
TableLog entries, detailed data
LogsLog 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.