24 Oct 2023 06:49 PM
in the previous dynatrace UI, the time selector we had the ability to look back at custom timeframes such as:
-1d/d in which the /d would round down to the beginning of of the day for yesterday.
What is the equivalent of this in the new dynatrace platform when choosing a timeframe? -1d/d doesn't seem to work.
old:
new:
Thank you!
Solved! Go to Solution.
25 Oct 2023 11:07 AM
Hi @calfano.,
It is a very good question. I have not found any solution yet. I thnik it is available only in Dashboard classic.
Best regards,
Mizső
25 Oct 2023 11:34 AM
Unfortunately, this is not possible at the moment like @Mizső wrote. We can only apply such a time frame:
25 Oct 2023 01:33 PM - edited 25 Oct 2023 01:38 PM
Thanks for the reply, I will submit feature request, it would be wonderful to get this in place:
https://community.dynatrace.com/t5/Product-ideas/timeframe-selection-in-new-dashboards-queries-for-1...
08 Nov 2023 08:18 PM
For -1d/d, you may try this in your request :
fetch logs,from:toTimestamp("T00:00:00")-1d
For -0d/d, you may try this in your request :
fetch logs,from:toTimestamp("T00:00:00")
For
08 Nov 2023 08:19 PM
AWESOME workaround! Thank you!
09 Nov 2023 09:43 AM
Good to know:) thank you!