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

Add multiple context extraction support #6138

Merged

Commits on Nov 7, 2023

  1. feat(core): Add multiple context extraction

    Extract multiple propagated context according the new W3C trace context initiative.
    Add a config to limit to the first valid one.
    PerfectSlayer committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    a70d27b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ebe31d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df0a27f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c63ce70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbecc27 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e518431 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c7bc842 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ca90032 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f0fa179 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5a3e9b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    2692631 View commit details
    Browse the repository at this point in the history
  2. feat(core): Ensure extracted context always have at least an empty PT…

    …ags instance
    
    It will prevent the only case where a DDSpanContext can have a null PTags.
    This will allow to store tracestate if found from another valid extracted context.
    PerfectSlayer committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    c1f32c9 View commit details
    Browse the repository at this point in the history