grafana/docs/sources/enterprise/usage-insights/dashboard-datasource-insights.md
Agnès Toulet 57ceae257a
Docs: Add usage insights export feature (#30376)
* Docs: Add usage insights export feature

* Apply suggestions from code review

Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>

* Update presence-indicator.md

* Apply PR feedback

* Improve "dashboard search" doc

* Docs: fixes and fill export-logs last section

* apply PR feedback

* Update what's new

* Apply suggestions from code review

Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>

* consistent feature naming

* Apply suggestions from code review

Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>

* Update enterprise-configuration.md

* Update license-expiration.md

Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-01-29 14:59:30 +01:00

1.7 KiB

+++ 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.
  2. Click on a data source.
  3. Click the Insights tab.

{{< docs-imagebox img="/img/docs/enterprise/datasource_insights.png" max-width="650px" class="docs-image--no-shadow" >}}