19 Jul 2019 12:12 PM
Hi all .
I want to make a key request that URI includes this pattern:
/secure/reduce*.xhtml
that is, start with /secure/reduce end in .xhtml
Is there any way to do it?
Thanks in advance
regards
Jose A
Solved! Go to Solution.
19 Jul 2019 01:22 PM
To make it like that first you wil have to make request namin rule in service:
https://www.dynatrace.com/news/blog/track-business-transactions-using-advanced-request-naming-rules/
Here you have article that shows how it works. In general you have to make rule that will gather all requests that are working with pattern you've provided. That you will see it as single request that can be marked as key request. On purepath you will have of course full path available.
Sebastian