When I see certain data from Dynatrace, sometimes it appears in a different order from which I have seen it before. I tracked this initially in Synthetic waterfalls, but am seeing it Platform wide.
I imagine that the problem is related to the use of JSON, and that it does not support the notion of ordering. In some part of the process, probably in the creation of server side JSON, data gets randomly shuffled. Two examples of how this impacts the data we see on the Platform:
Initially I thought it might also be client side, and it may. But I have done some testing on the API data, and the analysis I'm doing clearly shows it's coming from the server.
While order might not be considered important at these levels, it would be important to perceive why this is happening?
Hey @AntonioSousa, I know it's been a long time ago, but do you remember how this case has ended eventually? Were you able to find any solution?
Hi @Michal_Gebacki ,
I believe it has to do with JSON not having ordering notions, and also with the way Dynatrace stores data internally. Didn't get a solution, though.