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

fix(tracing): rework capturing and use it for all requests #5049

Draft
wants to merge 41 commits into
base: main
Choose a base branch
from

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    59bd82b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c0a330 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01a3a95 View commit details
    Browse the repository at this point in the history
  4. Add capturing::ng module

    aqrln committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    3b9c0d3 View commit details
    Browse the repository at this point in the history
  5. We don't use tide anymore

    aqrln committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    58e61c3 View commit details
    Browse the repository at this point in the history
  6. Add TraceParent and WithContext

    aqrln committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    f6f16c1 View commit details
    Browse the repository at this point in the history
  7. Add SpanBuilder

    aqrln committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    49408c4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2939f5f View commit details
    Browse the repository at this point in the history
  9. Add Collector trait

    aqrln committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    edaf457 View commit details
    Browse the repository at this point in the history
  10. Add tests for layer

    aqrln committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    f634df1 View commit details
    Browse the repository at this point in the history
  11. Fix import

    aqrln committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    bc63474 View commit details
    Browse the repository at this point in the history
  12. Sort attributes map

    aqrln committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    402a0e7 View commit details
    Browse the repository at this point in the history
  13. Style change

    aqrln committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    aa95a1d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0bdd3b0 View commit details
    Browse the repository at this point in the history
  15. Remove unnecessary qualifier

    aqrln committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    e5be3e9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b833626 View commit details
    Browse the repository at this point in the history
  17. Declare empty field in test

    aqrln committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    a62f199 View commit details
    Browse the repository at this point in the history
  18. Add test for renamed span

    aqrln committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    2130f5f View commit details
    Browse the repository at this point in the history
  19. Add test_follows_from

    aqrln committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    5663849 View commit details
    Browse the repository at this point in the history
  20. Remove sleep

    aqrln committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    53957e1 View commit details
    Browse the repository at this point in the history
  21. Add on_event

    aqrln committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    48990f2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4c45ac9 View commit details
    Browse the repository at this point in the history
  23. Add span IDs to events

    aqrln committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    43ab299 View commit details
    Browse the repository at this point in the history
  24. Add some comments

    aqrln committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    d7f1c88 View commit details
    Browse the repository at this point in the history
  25. Add ExporterInner

    aqrln committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    bf19ad9 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ed19c40 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    50422ca View commit details
    Browse the repository at this point in the history
  28. Add RequestId

    aqrln committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    4178b08 View commit details
    Browse the repository at this point in the history
  29. Support RequestId in layer

    aqrln committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    cdb7166 View commit details
    Browse the repository at this point in the history
  30. Add #[repr(transparent)]

    aqrln committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    b3b3dd4 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ec62242 View commit details
    Browse the repository at this point in the history
  32. Move Exporter to its own module

    aqrln committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    deaf2a7 View commit details
    Browse the repository at this point in the history
  33. Hide RequestId::from_u64

    aqrln committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    cfd392c View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    e423d49 View commit details
    Browse the repository at this point in the history
  35. First pass at exporter

    aqrln committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    e7e2a7b View commit details
    Browse the repository at this point in the history
  36. Add CaptureSettings

    aqrln committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    f45b9e0 View commit details
    Browse the repository at this point in the history
  37. Fix compile error

    aqrln committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    dcc321d View commit details
    Browse the repository at this point in the history
  38. Use background task in exporter

    aqrln committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    62204e6 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    1ec40ac View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    70116e8 View commit details
    Browse the repository at this point in the history
  41. Add exporter tests

    aqrln committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    1006ad1 View commit details
    Browse the repository at this point in the history