mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 16:23:11 +08:00

* 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>
24 lines
964 B
Markdown
24 lines
964 B
Markdown
+++
|
|
title = "Usage insights"
|
|
description = "Understand how your Grafana instance is used"
|
|
keywords = ["grafana", "usage-insights", "enterprise"]
|
|
aliases = ["/docs/grafana/latest/enterprise/usage-insights/"]
|
|
weight = 100
|
|
+++
|
|
|
|
# Usage insights
|
|
|
|
Usage insights allow you to have a better understanding of how your Grafana instance is used.
|
|
|
|
The usage insights feature collects a number of aggregated data and stores them in the database:
|
|
- Dashboard views (aggregated and per user)
|
|
- Data source errors
|
|
- Data source queries
|
|
|
|
These aggregated data give you access to several features:
|
|
- [Dashboard and data source insights]({{< relref "dashboard-datasource-insights.md" >}})
|
|
- [Presence indicator]({{< relref "presence-indicator.md" >}})
|
|
- [Sort dashboards by using insights data]({{< relref "improved-search.md" >}})
|
|
|
|
This feature also generates detailed logs that can be exported to Loki. Refer to [Export logs of usage insights]({{< relref "export-logs.md" >}}).
|