21 Sep 2020 11:15 PM
Hi all,
Is there a way to extract using API the response time and failure rate for specific URL request?
I've looked into metric com.dynatrace.builtin:servicemethod.responsetime and com.dynatrace.builtin:servicemethod.serversidefailurerate.
Are these the right ones to use?
How can I filter the query to match specific URL request?
Thanks so much,
Martin
Solved! Go to Solution.
24 Sep 2020 12:40 PM
Hi Martin,
You can if you mark these Requests as Key Requests. Then you can make use of both API v1 and v2 to retrieve the Response Time and Failure Rate of a Key Request.
Sia
24 Sep 2020 02:07 PM
Thank you, Siavash!