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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant