20 Jan 2026
11:40 AM
- last edited on
21 Jan 2026
06:43 AM
by
MaciejNeumann
When investigating dashboard(s) usage - I created also dashboard about user activity inside SaaS environment. The source is "fetch dt.system.query_executions".
Now I got idea to display also "SaaS adoption tile" - means relation between Classic and new queries.
Is it possible to find data about queries from classic dynatrace applications ?
BR, Josef
21 Jan 2026 01:42 PM
Hi,
dt.system.query_executionstracks DQL (Grail) executions (e.g., Dashboards/Notebooks/Automations/API). Classic apps / Dashboards Classic don’t execute DQL queries, so their “queries” are generally not represented in this dataset.
For an adoption tile you can reliably compare DQL sources via client.application_context (e.g., dynatrace.dashboards, dynatrace.notebooks, etc.), but classic usage would need a different signal (it’s not available as “classic query executions” in dt.system.query_executions).
https://docs.dynatrace.com/docs/license/consumption-insights
21 Jan 2026 04:01 PM
Thank you for fast response.
Means we can get some metrics from classic apps - but it is not saying anything about Dynatrace user actions performed in old GUI. As we are going to migrate more customers from Managed - this kind of SaaS adoption metric/data would be nice...
Featured Posts