03 Aug 2023 01:41 AM - last edited on 14 Aug 2023 08:22 AM by MaciejNeumann
Hello,
I am generating a table from a DQL query to BIZ Event data, but after some time, I encounter this error:
Solved! Go to Solution.
04 Aug 2023 01:49 PM
I'm getting that in Log...The tile in the dashboard shows the error, but if I execute the DQL in "configure tile" it works fine with 0 seconds
09 Aug 2023 04:46 PM
I'm having that same issue when fetching logs. When editing the tile the execution time takes less than a second.
12 Aug 2023 07:44 PM
Same here, any solution?
16 Aug 2023 12:21 AM
Yep I am seeing the same thing on our end. Query runs in no time when running the query but it doesn't load the data in the dashboard tile and shows the same message instead.
21 Aug 2023 03:16 PM
Hi @Ellery - thanks for reporting, and thanks for everyone else for chiming in with your own experiences around this issue. Our engineers are looking into this, and working on a fix.
30 Aug 2023 12:31 PM
Thanks @robaxelsen I confirm I'm experiencing the same issue randomly in the "old" Dynatrace version when displaying in dashboard metric done via DQL (even if I specify a very limited amount of time).
Let us know as soon as this issue will be addressed on the overall platform,
Best regards
22 Aug 2023 06:41 PM
Hi @Ellery
On this occasion, I recommend using the Platform Dashboards for this use case. They will offer more visualizations and a better experience than using Dashboards Classic.
If you are returning too many rows, you can set your timeframe as shown below:
fetch bizevents, from: now()-1d
To get the best experience from BizEvents and Logs, i suggest doing some processing on the values you want and then returning them - see here
Happy to look over your BizEvent query and make recommendations 🙂