mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
44 lines
1.7 KiB
Markdown
44 lines
1.7 KiB
Markdown
|
+++
|
||
|
title = "Dashboard and data source insights"
|
||
|
description = "Understand how your dashboards and data sources are used"
|
||
|
keywords = ["grafana", "usage-insights", "enterprise"]
|
||
|
aliases = ["/docs/grafana/latest/enterprise/usage-insights/dashboard-datasource-insights.md"]
|
||
|
weight = 200
|
||
|
+++
|
||
|
|
||
|
# Dashboard and data source insights
|
||
|
|
||
|
For every dashboard and data source, you can access usage information.
|
||
|
|
||
|
## Dashboard insights
|
||
|
|
||
|
> **Note:** Available in Grafana Enterprise v7.0+.
|
||
|
|
||
|
To see dashboard usage information, go to the top bar and click **Dashboard insights**.
|
||
|
|
||
|
{{< docs-imagebox img="/img/docs/enterprise/dashboard_insights_button.png" max-width="400px" class="docs-image--no-shadow" >}}
|
||
|
|
||
|
Dashboard insights show the following information:
|
||
|
|
||
|
- **Stats:** The number of daily queries and errors for the past 30 days.
|
||
|
- **Users & activity:** The daily view count for the last 30 days; last activities on the dashboard and recent users (with a limit of 20).
|
||
|
|
||
|
{{< docs-imagebox img="/img/docs/enterprise/dashboard_insights_stats.png" max-width="400px" class="docs-image--no-shadow" >}}{{< docs-imagebox img="/img/docs/enterprise/dashboard_insights_users.png" max-width="400px" class="docs-image--no-shadow" >}}
|
||
|
|
||
|
## Data source insights
|
||
|
|
||
|
> **Note:** Available in Grafana Enterprise v7.3+.
|
||
|
|
||
|
Data source insights give you information about how a data source has been used in the past 30 days, such as:
|
||
|
|
||
|
- Queries per day
|
||
|
- Errors per day
|
||
|
- Query load time per day (averaged in ms)
|
||
|
|
||
|
To find data source insights:
|
||
|
1. Go to the Data source list view.
|
||
|
1. Click on a data source.
|
||
|
1. Click the **Insights** tab.
|
||
|
|
||
|
{{< docs-imagebox img="/img/docs/enterprise/datasource_insights.png" max-width="650px" class="docs-image--no-shadow" >}}
|