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
Latency collection calculates firstResponse latency using sent time as reference. First response latency reflects the time between sending and receiving (processing) the first chunk of data for the command.
Previously firstResponse latency was calculated between first response time and command completion.
Latency collection calculates firstResponse latency using sent time as reference. First response latency reflects the time between sending and receiving (processing) the first chunk of data for the command.
Previously firstResponse latency was calculated between first response time and command completion.
Latency collection calculates firstResponse latency using sent time as reference. First response latency reflects the time between sending and receiving (processing) the first chunk of data for the command.
Previously firstResponse latency was calculated between first response time and command completion.
firstResponseLatency
depends on command completion time, not the sent time. The longer command completion takes, the higher first response latency is.It should depend on sent time because first response happens only once on the first completion and should not depend on command completion
CommandHandler.recordLatency
:The text was updated successfully, but these errors were encountered: