25 Feb 2021 10:26 AM - last edited on 08 Jun 2021 01:35 PM by MaciejNeumann
I have 2 requests which are different only with the query parameters used; For example, the first URL is "trees/tree" and the second request is "trees/tree?country=africa". I used request naming for both of these via regex - "trees/tree" and "trees/tree.*country=africa" respectively. I ordered the request naming such that the second url naming is ordered on top. Even after this, I still find that both the requests are associated with the first request naming only.
25 Feb 2021 03:51 PM
Hi Prajwal, what is your goal for these naming rules? Also attaching an image of the rules you have configured could help with debugging.
26 Feb 2021 07:38 AM
Hi Justin, the problem I face is with the regex that dynatrace uses. This is what I want to do.
I have 3 different URL's, lets say for simplicity
I want to give different request names to these 3 urls. How do I do this in dynatrace? What ordering should I provide? What regex should I use.