15 Apr 2019 01:27 PM - last edited on 13 Dec 2021 03:00 PM by MaciejNeumann
Since PurePath is not possible to save and reload in Dynatrace as in AppMon, how to best do this?
Use case is to compare a PurePath now with an old PurePath that is no longer visible in Dynatrace due to the retention time.
Screenshots are the best Ive come up with so far. Anyone else doing something better??
Solved! Go to Solution.
15 Apr 2019 02:04 PM
Depending on what you want to compare you can utilize the API to extract the relevant metrics and compare them automatically.
15 Apr 2019 02:12 PM
Hmmm, one example is load testing. We have very good information and details in the PurePath but when trying to compare with tests done some weeks ago there is no data due to retention time settings.
Perhaps I can get PurePath data out using REST API but how to store and display it later to easily compare with live PurePaths??
15 Apr 2019 02:30 PM
Hello,
Currently is not possible to extract/import Purepath to compare. But as Patrick mention, the best practice is to compare the timeseries of the service.
With this comparation, you will get long time retention information (test running days/weeks/months/years ago) so you will compare the new test with one that is meeting your performance requirements. If some slowdowns, failure rate increase.. happens in the new test, you are able to drill down to the Purepaths of this degraded load test.
See the doc for a example https://www.dynatrace.com/support/help/setup-and-configuration/integrations/third-party-integrations...
Best regards
15 Apr 2019 02:59 PM
Thanks,
that is a good response and a way forward.