Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Expose TCP connection time in metadata #155

Open
kgoodier opened this issue Oct 5, 2016 · 0 comments
Open

Expose TCP connection time in metadata #155

kgoodier opened this issue Oct 5, 2016 · 0 comments

Comments

@kgoodier
Copy link
Contributor

kgoodier commented Oct 5, 2016

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant