You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.