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

Get the WorkerTracer via RequestObserver #2957

Merged
merged 2 commits into from
Oct 20, 2024

Conversation

jasnell
Copy link
Member

@jasnell jasnell commented Oct 19, 2024

We're needlessly refcounting the WorkerTracer to make it available via the IoContext::IncomingRequest when the RequestObserver also has a reference and can be used to get it. Also makes more sense to access WorkerTracer via RequestObserver anyway.

@jasnell jasnell requested review from a team as code owners October 19, 2024 17:39
We're needlessly refcounting the WorkerTracer to make it available
via the IoContext::IncomingRequest when the RequestObserver also
has a reference and can be used to get it. Also makes more sense
to access WorkerTracer via RequestObserver anyway.
@jasnell jasnell force-pushed the jsnell/get-workertracer-via-requestobserver branch from 5bbc930 to f06baa7 Compare October 19, 2024 17:43
We have it, should start making use of it.
@jasnell jasnell merged commit 24deec6 into main Oct 20, 2024
13 of 14 checks passed
@jasnell jasnell deleted the jsnell/get-workertracer-via-requestobserver branch October 20, 2024 18:26
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

Successfully merging this pull request may close these issues.

2 participants