An Azure service used to deploy Grafana dashboards for analytics and monitoring solutions.
Hello Javier Huamani
Thanks for sharing the screenshot.
Azure Managed Grafana exposes dashboard usage telemetry through Azure Monitor Diagnostic settings when Grafana Usage Insights Events is enabled.
These events are ingested into Log Analytics under the AGSGrafanaUsageInsightsEvents table and include dashboard ID, dashboard name, query executions, cached queries, duration, and datasource information.
The Dashboard Insights UI in Grafana shows aggregated summaries (for example, daily query counts, cached vs non‑cached queries, and error trends). These UI summaries are not stored as a separate table and are derived from the raw usage events.
To perform custom reporting, customers can query AGSGrafanaUsageInsightsEvents using KQL and recreate the desired aggregations.
Thanks,
Suchitra.