Last modified July 17, 2025
Dashboard exploration
This guide shows you how to explore and discover dashboards in the Giant Swarm Observability Platform. You’ll learn about the pre-built dashboards available out of the box, how to search and navigate between dashboards, and tips for organizing your dashboard workspace.
Giant Swarm provides a comprehensive set of pre-built dashboards that give you immediate visibility into your infrastructure, applications, and platform health. These dashboards are designed to help you monitor everything from Kubernetes cluster performance to application metrics without requiring initial setup.
Accessing dashboards in Grafana
To start exploring dashboards, you’ll need access to your Grafana instance. If you haven’t accessed Grafana yet, follow the data exploration guide for authentication steps.
Once you’re logged in to Grafana:
- Navigate to dashboards: Click the Dashboards icon (grid squares) in the left sidebar
- Browse by organization: You’ll see all dashboards available in your selected Grafana organization, switching to another Grafana organization will most likely change the list of available dashboards.
- Start with Shared Org: The
Shared Org
contains system dashboards accessible to all users
Out-of-the-box dashboards
Giant Swarm provides a comprehensive set of public dashboards that are accessible to customers based on the dashboards available in the “public_dashboards” section of the Giant Swarm dashboards repository.
Core platform dashboards
Essential cluster and infrastructure monitoring:
- Cluster Overview - High-level cluster health and resource utilization
- Node Overview - Individual node metrics, CPU, memory, disk usage
- Node Utilization - Node resource allocation and capacity planning
Kubernetes component dashboards
Core Kubernetes service monitoring:
- API Server Performance - Kubernetes API server metrics and latency
- Certificate Details - TLS certificate expiration and health monitoring
- Persistent Volume Usage - Storage metrics and volume health
- Giant Swarm / Kubernetes Persistent Volumes - Enhanced PV monitoring
Network and ingress dashboards
Network infrastructure and traffic monitoring:
- DNS - DNS resolution performance and CoreDNS metrics
- Ingress NGINX Controller - NGINX ingress controller performance
- NGINX Ingress Controller Connection Distribution - Connection patterns
- Cilium Performance - Cilium CNI performance and BPF map pressure
- External DNS - External DNS controller metrics
Application and workload dashboards
Application performance and resource monitoring:
- Pod Requests vs Usage - Resource requests vs actual consumption
- SLO Reporting - Service Level Objective compliance tracking
- Container Images from docker.io - Container image usage analytics
- Kong Connection Distribution - Kong ingress controller metrics
Observability platform dashboards
Monitoring infrastructure health:
- Prometheus - Prometheus server performance and resource usage
- Prometheus Remote Write - Remote write performance metrics
- Alertmanager / Overview - Alert management and notification status
Cluster automation dashboards
Platform automation and lifecycle management:
- Flux Control Plane - GitOps controller health and sync status
- KEDA - Kubernetes Event Driven autoscaling metrics
- Karpenter - Node autoscaling performance (AWS)
- AWS Load Balancer Controller - AWS LB controller metrics (AWS)
These dashboards are continuously updated and maintained through the Giant Swarm dashboards repository and automatically deployed via Helm charts. Many dashboards come from upstream monitoring mixins (kubernetes-mixin, prometheus-mixin, alertmanager-mixin) that are regularly synchronized to provide best-practice monitoring patterns.
How to search and navigate dashboards
Using the dashboard browser
- Browse by folder: Dashboards are organized in folders by category (Platform, Kubernetes, Applications, etc.)
- Use tags: Filter dashboards using tags like
cluster
,application
, orinfrastructure
- Recent dashboards: Quick access to your recently viewed dashboards
- Starred dashboards: Mark important dashboards as favorites for easy access
Search functionality
Grafana provides powerful search capabilities:
- Quick search: Use the search box at the top of the dashboard list
- Search by name: Type dashboard names or partial names
- Search by tags: Filter using tags like
kubernetes
,monitoring
, oralerts
- Advanced filters: Use the filter options to narrow by organization, folder, or dashboard type
Dashboard navigation tips
- Dashboard links: Many dashboards include navigation links to related dashboards
- Time range consistency: Your selected time range carries across dashboard navigation
- Breadcrumb navigation: Use the breadcrumb trail to understand your current location
- Bookmark important dashboards: Save URLs to dashboards you use frequently
Getting started with dashboard exploration
For new users
Start with these essential dashboards to get oriented:
- Management Cluster Overview: Understand your overall platform health and management cluster status
- K8s Resources - Cluster: Get familiar with your cluster resources and capacity
- Nodes Overview: Check the health and performance of your infrastructure nodes
For developers
Focus on application and development-related dashboards:
- K8s Resources - Namespace: Monitor your team’s namespace resources and workload distribution
- K8s Resources - Pod: Understand individual pod resource consumption patterns
- Managed Apps: Track the performance of Giant Swarm managed applications you’re using
- Container Images from docker.io: Monitor Docker image pull patterns and registry usage
For platform teams
Concentrate on infrastructure and platform monitoring:
- Management Cluster Overview: Monitor platform stability and control plane health
- K8s API Performance: Track cluster API performance and ETCD health
- Prometheus Overview: Monitor the observability platform itself
- Alertmanager Overview: Stay on top of platform alerts and notification routing
- Service Level: Track SLOs and error budgets across platform services
Next steps
Once you’re comfortable navigating existing dashboards:
- Learn dashboard creation: Follow our dashboard creation guide to build custom visualizations
- Explore data sources: Use Grafana Explore to query data directly
- Set up alerts: Configure alert rules based on dashboard insights
- Advanced queries: Learn PromQL and LogQL for custom queries
Related observability features
Dashboard exploration works best when integrated with other platform capabilities:
- Data exploration: Use Explore to query data behind dashboard visualizations
- Multi-tenancy: Understand dashboard organization and access controls
- Alert management: Connect dashboard insights to automated alerting
Need help, got feedback?
We listen to your Slack support channel. You can also reach us at support@giantswarm.io. And of course, we welcome your pull requests!