How to explore data in Grafana
Learn how to access your Grafana instance, authenticate securely, and use the Explore and Drilldown features to query and analyze metrics and logs in the Giant Swarm Observability Platform.
This guide shows you how to use the Explore and Drilldown features in Grafana to query and analyze the metrics and logs collected by the Giant Swarm Observability Platform. It also explains how to authenticate and access your Grafana instance securely.
Giant Swarm provides an Observability Platform in each installation, based on Grafana Mimir for metrics and Grafana Loki for logs. The platform collects data from the system and apps managed by Giant Swarm, as well as any source of data you configure according to the data ingestion tutorial.
You can use the Explore and Drilldown features in your Grafana instance to query, visualize, and analyze your data interactively.
How to access and authenticate in Grafana
Open Grafana:
- Go to your installation’s Grafana instance (for example,
https://grafana.my-company.gigantic.io/.com
). - The address for your installation’s Grafana instance is composed of the base domain plus the
grafana
subdomain. If you don’t know the address, ask your Giant Swarm support contact.
- Go to your installation’s Grafana instance (for example,
Log in with single sign-on (SSO):
- Access to Grafana is controlled via SSO, using the same identity provider you use for the platform API.
- To access Grafana as a customer, you must have an account in your companies connected identity provider. For further restrictions see the multi-tenancy guide.
- Note: If you don’t have SSO configured yet or have questions about the admin group, please contact your Account engineer.
Authenticate and select your identity provider:
- When you open the Grafana address, you’ll be able to log in via Giant Swarm SSO. The screenshot below shows an example.
- There is one identity provider configured for Giant Swarm staff and one for you as a customer admin. Depending on your identity provider, the label for the button to click may look slightly different.
- After selecting the right identity provider, you may go through an authentication workflow. If you’re already authenticated in your browser, this step will be skipped and you’ll see the Home dashboard.
How to use Explore and Drilldown in Grafana
When you first log in, you’ll see the Shared Org
selected by default. This organization contains curated dashboards and system metrics that are accessible to everyone with Grafana access.
Learn more about these default organizations and how to create your own in our multi-tenancy documentation.
Access the Explore tab:
- In the left-hand menu, click the compass icon labeled Explore. This opens the Explore view, where you can run ad-hoc queries on your data sources.
- Learn more in the Grafana Explore documentation.
Select your data source:
- At the top of the Explore view, choose either Mimir (for metrics) or Loki (for logs) as your data source.
Query your data:
Access the Drilldown tab:
- In the left-hand menu, click the tab labeled Drilldown (next to Explore). This opens the Drilldown app, which lets you quickly investigate metrics and logs side by side.
- The Drilldown app is designed for simplified exploration, making it easy to move between metrics and logs, filter by time ranges, and dig deeper into your data.
- Learn more about Drilldown in Grafana.
Tips for exploring data
- Use filters and time range selectors to narrow down your results.
- Save useful queries as library panels or bookmarks for quick access later.
- Check out the Grafana documentation for more tips and advanced features.
Next steps:
- Try out the Explore and Drilldown features to get hands-on with your data.
- For more on creating dashboards or ingesting new data, see our data ingestion tutorial or multi-tenancy guide.