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
Any calls to events.request_failure.fire or events.request_success.fire update the maximum response time only on the UI, not the average, median or min. This occurs when using the response_time parameter. The code in question:
Expected behavior
The UI should show the Maximum, Average, Median, and Minimum response time
Actual behavior
The UI shows only the Maximum response time, and the Average, Median, and Minimum as 0.
Hey @cyberw, thanks for looking into this. I could not reproduce the issue either outside of this example, and due to the redis cluster being in the same availability zone as the server I can only assume it's possible for <1ms response times. I will close this for now.
Description of issue
Any calls to
events.request_failure.fire
orevents.request_success.fire
update the maximum response time only on the UI, not the average, median or min. This occurs when using the response_time parameter. The code in question:Expected behavior
The UI should show the Maximum, Average, Median, and Minimum response time
Actual behavior
The UI shows only the Maximum response time, and the Average, Median, and Minimum as 0.
Environment settings
Steps to reproduce (for bug reports)
The text was updated successfully, but these errors were encountered: