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:
Sam Jewell 2024-09-27 12:33:24 +01:00 committed by GitHub
parent 012d62782c
commit 51d73249b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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