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

* builds out refactored setup topics * Automatically fix some relrefs with mv-manager Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Use refs for tutorials content which is outside of this repository Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Manually fix complicated relrefs Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * consolidates team sync and db encryption topics * Fix relrefs Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * updates setup index file * Convert TOML to YAML Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Add current alias for new alerting content Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Add current aliases to new setup-grafana and configure-security pages Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Update docs/sources/setup-grafana/configure-grafana/_index.md Co-authored-by: Torkel Ödegaard <torkel@grafana.com> * moves saml docs, updates order in TOC * Manually fix relrefs Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * added usage insights topics, adjusted weights * corrected relrefs * Fix relrefs broken in rebase Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
32 lines
1.1 KiB
Markdown
32 lines
1.1 KiB
Markdown
---
|
|
aliases:
|
|
- /docs/grafana/latest/enterprise/usage-insights/
|
|
description: Understand how your Grafana instance is used
|
|
keywords:
|
|
- grafana
|
|
- usage-insights
|
|
- enterprise
|
|
title: Usage insights
|
|
weight: 200
|
|
---
|
|
|
|
# Usage insights
|
|
|
|
Usage insights allow you to have a better understanding of how your Grafana instance is used.
|
|
|
|
> **Note:** Available in [Grafana Enterprise]({{< relref "../" >}}) and [Grafana Cloud Pro and Advanced]({{< ref "/docs/grafana-cloud" >}}).
|
|
|
|
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/" >}})
|
|
- [Presence indicator]({{< relref "presence-indicator/" >}})
|
|
- [Sort dashboards by using insights data]({{< relref "improved-search/" >}})
|
|
|
|
This feature also generates detailed logs that can be exported to Loki. Refer to [Export logs of usage insights]({{< relref "../../setup-grafana/configure-security/export-logs/" >}}).
|