cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Request Name Ordering

prajwal_gonsalv
Newcomer

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.

2 REPLIES 2

justin_hogue
Dynatrace Advisor
Dynatrace Advisor

Hi Prajwal, what is your goal for these naming rules? Also attaching an image of the rules you have configured could help with debugging.

prajwal_gonsalv
Newcomer

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

  • trees/tree
  • trees/tree/mango
  • trees/tree?country=africa

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.

Featured Posts