Hello,
I am trying to regroup Business transaction by features and I am searching where the regex is executed for transaction detection.
I would like to regroup theses BT with a regex:
/store-11111-name-for-the-store.aspx
/store-22222-name-for-the-store-longer.aspx
/store-3333333-short-store-name.aspx
The regex that will be used:
\/store-\d*(-\w*)*\.aspx
Does anyone know if the regex is evaluated on the agent or on the controller?
Thank you for any answer.
Hi @Thierry.QUESSADA ,
Hi @Thierry.QUESSADA ,