Answer by Andreas G. ·
Incidents rely on one or more conditions. So - if you want to trigger an incident when e.g: certain URLs exceed a certain execution time threshold you can either
a) create one measure using a complex Regular Expression for the URIs
b) create multiple measures for each URI and "OR" these conditions
Andi
If you create one measure using a RegEx you have to use a valid regular expression that would match all your URIs.
If you create one individual measure for each of your URIs then you actually create individual measures each matchin a URI. The "OR" is then in the list of Conditions of your Incident. This "OR"ing has nothing to do with the URIs in the Measure Definitions. I hope this makes sense
JANUARY 15, 3:00 PM GMT / 10:00 AM ET