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

Honors parent trace context even if there was no span #722

Merged
merged 1 commit into from
May 22, 2024

Commits on May 21, 2024

  1. Honors parent trace context even if there was no span

    - without this change, for OTel, we always look at spans when talking about setting a parent on a span. However it is completely valid to pass just trace context data (span id, trace id, sampling flag etc.)
    - with this change, for OTel, we honor that setting and will look at both span and span trace context
    
    fixes gh-698
    marcingrzejszczak committed May 21, 2024
    Configuration menu
    Copy the full SHA
    9c62b94 View commit details
    Browse the repository at this point in the history