Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Record roundtrip statistics for pages #27

Open
piercefreeman opened this issue Oct 21, 2022 · 0 comments
Open

Record roundtrip statistics for pages #27

piercefreeman opened this issue Oct 21, 2022 · 0 comments

Comments

@piercefreeman
Copy link
Owner

piercefreeman commented Oct 21, 2022

Add some harnesses to record roundtrip times from the client and the server as a latency sanity check.

Depending on the level of granularity needed we could:

  • We should be able to leverage the request context UserData field to do this. A request handler should set the time that the request began and a response handler should set the time that it completed.
  • Add a callback within the round-tripper itself to record each interaction
@piercefreeman piercefreeman changed the title Record rountrip statistics for pages Record roundtrip statistics for pages Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant