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
{{ message }}
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.
The connectedMs field in the metadata is the time the request started relative to the time the connection started. Because we dispatch the first request into the socket and THEN do the connection, it is essentially 0 for the first request, and the total duration of that first request includes the TCP connection time.
Let's break out the TCP connection time into its own field. Maybe consider then subtracting that time from the duration of the first request.
The text was updated successfully, but these errors were encountered:
The connectedMs field in the metadata is the time the request started relative to the time the connection started. Because we dispatch the first request into the socket and THEN do the connection, it is essentially 0 for the first request, and the total duration of that first request includes the TCP connection time.
Let's break out the TCP connection time into its own field. Maybe consider then subtracting that time from the duration of the first request.
The text was updated successfully, but these errors were encountered: