keen / pingpong

HTTP monitoring for developers. Richer analytics, greater flexibility.
http://keen.github.io/pingpong/
Other
334 stars 44 forks source link

Don't alert on first response time spike #47

Open hex337 opened 9 years ago

hex337 commented 9 years ago

Right now, we raise the alarms when a single request is slower than expected.

What we should do is be smarter about it. If there is a single spike in response time, that should be OK. If we get two slow responses in a row, we should worry about it.

lexoyo commented 8 years ago

:+1: