---
title: "Usage Insights dashboards | Grafana Cloud documentation"
description: "Understand how Grafana Cloud is used across your organization"
---

# Usage Insights dashboards

Each Grafana stack has a Loki data source that collects logs across all of the stacks in your organization, as long as they’re in the same region. This data can be explored like any other Loki data source, and the information is displayed across three dashboards by default: **Overview**, **Data sources**, and **Query Errors**.

> Note
> 
> Usage Insights dashboards are only available to users on select Grafana Cloud plans. For more information on features available by plan, refer to [Grafana Cloud features](/docs/grafana-cloud/introduction/understand-grafana-cloud-features/). For pricing information, visit [pricing](/pricing/) or contact our sales team. If you’re self-hosting Grafana Enterprise, refer to [Assess dashboard usage](/docs/grafana/latest/dashboards/assess-dashboard-usage/) in the Grafana Enterprise documentation.

## Usage Insights Loki data source

The Usage Insights Loki data source is named `grafanacloud-<YOUR-STACK-NAME>-usage-insights`, where `<YOUR-STACK-NAME>` is the first part of your stack URL. For example, if your stack URL is `grot.grafana.net`, the data source is called `grafanacloud-grot-usage-insights`. This is a Grafana Cloud provisioned data source and is not using resources within your stack:

- storage for these logs does not contribute to your Loki instance’s write cost
- querying these logs does not contribute to your Loki instance’s fair use query costs

To learn more about what is logged, refer to [Export logs of usage insights](/docs/grafana/latest/setup-grafana/configure-security/export-logs/) in the Grafana Enterprise documentation.

## Usage Insights dashboards

To find the Usage Insights dashboards:

1. Click the **Search (magnifying glass)** icon in your Grafana stack.
2. Search for the folder named **GrafanaCloud** in the GrafanaCloud folder.
3. Select one of the following dashboards.

<!--THE END-->

- **Overview** This dashboard gives you a top-level view of how users are engaging with Grafana Cloud. You can see overall activity metrics, and per-stack metrics. Below the main graph, you can see a breakdown of events and errors by user, dashboard, and data source.
- **Data Sources** Data Source Insights provides a view of data source usage and health. Here you can view your data sources by query count and error rate. Click on a data source name (or ID) to load further details. If you know the ID of a data source, you can also directly enter it in the text box.
- **Query Errors** The Query Errors dashboard shows error logs and details. You can search the full log line text, and see an approximate categorization. Use it to identify unhealthy data sources, broken dashboards, and users that are running queries with errors.
