01 May 2026 09:58 AM
Hello everyone!
I am looking for a way to create a sharable dashboard with many people that don't have access to my environment.
The dashboard I am trying to create needs to contain some of the main metrics from a web application like apdex, geolocation, browser etc.
I tried creating the metrics needed, but when i go and try to query them in DQL or insert them from data explorer my tiles don't show any record.
Is it possible in any way to do this in dashboards gen3?
In dashboards classic the tiles work.
Thanks in advance
Solved! Go to Solution.
01 May 2026 11:44 AM
Hello @Gewo
What you’re experiencing is a common situation when moving from Classic Dashboards to Dashboards Gen3.
In Classic, tiles rely on the traditional metric store, so built-in metrics such as Apdex, browser, and geolocation are immediately available. In Gen3, dashboards are powered by Grail and DQL, and not all classic builtin:*: metrics are available there yet. If the metric exists only in the classic store, DQL will return no records.
There are two main points to consider:
For RUM use cases, the recommended approach is usually to query Grail-native data, such as user actions, instead of relying only on classic precomputed metrics.
Your practical options are:
In short, this does not sound like a misconfiguration. It is most likely related to the difference between Classic metrics and Grail/DQL availability.
If you share the metric key or an example query, the community may be able to help check whether there is a Grail-compatible alternative.
I hope it helps you 😃
03 May 2026 09:24 AM
Yes, plus, we are currently working on bringing public/anonymous dashboards back to the new Dashboards.
Currently we target end of September to provide it to all customers.
Featured Posts