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

opentelemetry: on_event respects event's explicit parent #2296

Merged
merged 1 commit into from Sep 7, 2022

Commits on Sep 5, 2022

  1. layer: on_event respects event's explicit parent

    One can want to have an event added from outside context of a span,
    especially in an async code (e.g. between polls of the future, or
    between polling multiple futures instrumented with that span). Then it
    is expected that the event will be attached indeed to the span specified
    as the parent and not the contextual one.
    wprzytula committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    248ee2d View commit details
    Browse the repository at this point in the history