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

Baggage part 1/3: change propagator signatures #6157

Merged
merged 40 commits into from
Nov 1, 2024

Commits on Oct 31, 2024

  1. add new types

    lucaspimentel committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    b99e050 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d096da0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9a2a13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abca132 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f762f3 View commit details
    Browse the repository at this point in the history
  6. fix propagator usages

    lucaspimentel committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    301e73a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ba4385 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ade0a1c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3f8cf8f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bf6a8e2 View commit details
    Browse the repository at this point in the history
  11. rename method

    lucaspimentel committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    3236458 View commit details
    Browse the repository at this point in the history
  12. assert that baggage is null

    Co-authored-by: Zach Montoya <[email protected]>
    lucaspimentel and zacharycmontoya committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    55a7759 View commit details
    Browse the repository at this point in the history
  13. rename Baggage methods

    lucaspimentel committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    41ae893 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0d181db View commit details
    Browse the repository at this point in the history
  15. don't inject/extract baggage from the existing SpanContextInjector/Sp…

    …anContextExtractor public apis
    lucaspimentel committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    a029eec View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    850d5ae View commit details
    Browse the repository at this point in the history
  17. update xml-doc comments

    lucaspimentel committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    bb6d299 View commit details
    Browse the repository at this point in the history
  18. avoid boxing

    lucaspimentel committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    8b02062 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1d66b31 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1292e9f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    92278eb View commit details
    Browse the repository at this point in the history
  22. use Baggage.MergeInto()

    lucaspimentel committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    ca5dcc0 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d624cf0 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    fa9ee54 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    96fcc77 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    101375d View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    943843d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    123040e View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    59bbba7 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    4c5a9ea View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    bfa715e View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    d4d3efb View commit details
    Browse the repository at this point in the history
  33. imeplement CopyTo()

    lucaspimentel committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    86e4ca3 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    a2b373a View commit details
    Browse the repository at this point in the history
  35. misc clean up

    lucaspimentel committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    bd39647 View commit details
    Browse the repository at this point in the history
  36. fix comment

    lucaspimentel committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    f205700 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    d52c016 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    a720a99 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    a1ddad9 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    6c5a422 View commit details
    Browse the repository at this point in the history