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.
Unfortunately, this is not possible at the moment like @Mizső wrote. We can only apply such a time frame:
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...
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
AWESOME workaround! Thank you!
Good to know:) thank you!