mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: Update Usage insights logs docs- Scope (#93425)
Update Usage insights logs docs: Scope As far as I can tell, in https://github.com/grafana/grafana/pull/59931 we started to record Usage Insights events for Explore queries. And in https://github.com/grafana/grafana/pull/78097 we further improved our implementation of that logging. This documentation should have been updated back then to match. So I'm updating it now.
This commit is contained in:
parent
012d62782c
commit
51d73249b2
@ -32,7 +32,11 @@ Usage insights logs are JSON objects that represent certain user activities, suc
|
||||
|
||||
### Scope
|
||||
|
||||
A log is created every time a user opens a dashboard or when a query is sent to a data source in the dashboard view. A query that is performed via Explore does not generate a log.
|
||||
A log is created every time:
|
||||
|
||||
- A user opens a dashboard.
|
||||
- A query is sent to a data source in the dashboard view.
|
||||
- A query is performed via Explore.
|
||||
|
||||
### Format
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user