DQL
Questions about Dynatrace Query Language
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to get data about queries from old/classic dynatrace screens ?

josef_solnicky
Advisor

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

2 REPLIES 2

t_pawlak
Champion

Hi,

dt.system.query_executions

tracks 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

 

josef_solnicky
Advisor

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