Hi,
I have a Business Transaction called "Browse Documents". This business transaction is based on a measure I created (see screen shot for configuration of this measure).
The problem I'm having is that, when I created the measure, it is configured to look for URI = "/atlas/Documents/BrowseDocuments.aspx" (see screen shot). However, it appears that the measure is case sensitive b/c any URI that is equal to "/atlas/documents/browsedocuments.aspx" does not get capture. The only difference is the upper and lower cases.
I need my business transaction to capture this string regardless of case.
How should I change my measure or my business transaction so that it is NOT case sensitive?
Answer by Roman S. ·
Hi Melanie,
Instead of using the "Web Request Count" measure use the "Web Requests - URI Pattern Value" measure for filtering in your business transaction. It gives you the option to evaluate the match case sensitive/not sensitive:
Best, Roman
I think this option is required in all URL based matches. In this URL Pattern measure we cannot specify web method, and the web method measure which can be used with web method is a case sensitive measure.
JANUARY 15, 3:00 PM GMT / 10:00 AM ET