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 3/3: add public api to Datadog.Trace.Manual #6190

Draft
wants to merge 52 commits into
base: lpimentel/baggage-datadog-api-2
Choose a base branch
from

Commits on Oct 30, 2024

  1. add new types

    lucaspimentel committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    67eb307 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82c6f6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a36f665 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be0cf0f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9bd24bb View commit details
    Browse the repository at this point in the history
  6. fix propagator usages

    lucaspimentel committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    4db1b57 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b965656 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9c27c4e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    16dd844 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ed90208 View commit details
    Browse the repository at this point in the history
  11. rename method

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

    Co-authored-by: Zach Montoya <zach.montoya@datadoghq.com>
    lucaspimentel and zacharycmontoya committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    9f99f7f View commit details
    Browse the repository at this point in the history
  13. rename Baggage methods

    lucaspimentel committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    176b5f4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    94e2d55 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 30, 2024
    Configuration menu
    Copy the full SHA
    43eebb5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    dcb6647 View commit details
    Browse the repository at this point in the history
  17. update xml-doc comments

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

    lucaspimentel committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    29cc195 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9dde35f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e7374b3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d501f2e View commit details
    Browse the repository at this point in the history
  22. use Baggage.MergeInto()

    lucaspimentel committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    3fb3ed6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d31fd4c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6d99f1d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e4c2550 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9f003b8 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1fb0898 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    321beef View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    f9ef2cd View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    10896aa View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    05b2d03 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    f826ad1 View commit details
    Browse the repository at this point in the history
  33. imeplement CopyTo()

    lucaspimentel committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    7e24731 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    7676362 View commit details
    Browse the repository at this point in the history
  35. misc clean up

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

    lucaspimentel committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    61ee33c View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    c9bad77 View commit details
    Browse the repository at this point in the history
  38. misc clean up

    lucaspimentel committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    e018a77 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    49023f9 View commit details
    Browse the repository at this point in the history
  40. add Baggage.ForEach()

    lucaspimentel committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    6e36560 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    a36e2a9 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    8ea8176 View commit details
    Browse the repository at this point in the history
  43. add new settings

    lucaspimentel committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    7fc00bd View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    c57a116 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    4672daf View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    f5f3d0d View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    21c1d0f View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    e836d52 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    5b98b18 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    624cab5 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    2ad950a View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    722e574 View commit details
    Browse the repository at this point in the history