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

Commits on Oct 19, 2024

  1. Get the WorkerTracer via RequestObserver

    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 committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    f06baa7 View commit details
    Browse the repository at this point in the history
  2. Move kj::Own<WorkerTracer> to kj::Rc<WorkerTracer>

    We have it, should start making use of it.
    jasnell committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    f2e1730 View commit details
    Browse the repository at this point in the history