I have been trying to set up an alert to see the spike in traffic in terms of standard deviation. I am setting the upper bound as below:
upperBound=(avg+stdev*exact(4)).
However, I am not able to understand what does avg+stdevexact(4) mean in terms of spike and deviation. What will be spike the in traffic be if I write as (avg+stdevexact(4))?
Hence, how are these below different? and what should I choose?
avg+stdev*exact(5))
avg+stdev*exact(4))
avg+stdev*exact(3))
avg+stdev*exact(2))