Hi,
I want to configure an incident if avg response for any request crosses 5 secs for last 5 mins, But while doing this if there is a single request with 5 secs of response it will send me an alert. So i want to to have two condition 1st on response time > 5Secs & 2nd on Count > 10.
How can i do this ?
Answer by Andreas G. ·
I havent tried this yet - but - I think you need to create a Violation Measure for that same measure you use for your response time. This violation measure will basically count how often the response time measure exceeds the 5s threshold. Now you can take this measure as a second condition in your incident by putting 10 as the upper severe limit.
In "theory" the incident should trigger if the Response Time > 5s && Number of Violations > 10
JANUARY 15, 3:00 PM GMT / 10:00 AM ET