07 Apr 2024 08:43 AM
Hi Team,
I'm learning the synthetic monitor performance thresholds part. And I'm facing one problem regarding it. It's this:
If I set the threshold as "total duration of all event" when I create one synthetic monitor, when the problem will generate? 3 failures of 5 execution or the issue occurred at once?
Solved! Go to Solution.
07 Apr 2024 09:26 PM
A problem will be generated according to a sliding window of 5 measurements, when 3 of them are breached.
I'll give several examples below (hope I get them right 😂). The threshold for these examples is 60 seconds, and assumes no measurements before t0, or all of them below 60 seconds:
Please note that with the configuration you have, 10 seconds, there will be a problem almost immediately, as Dynatrace says that over the last 24 hours the average was 54.31 seconds. I do understand though that 10 seconds is the default value, and you haven't changed it yet 😉
08 Apr 2024 02:08 AM
Thank you so much for your answer and detailed description. You're right. The 10s in the 2nd image I pasted is the default value.
Actually, I just confuse the description of the document in red square and orange line part. I just want to know if any one time execution violate the threshold I configured. Does it generate the problem immediately or will generate after 3 violate executions of 5?