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 propagator interface and W3C propagator #85

Merged
merged 28 commits into from
Sep 23, 2019

Commits on Sep 23, 2019

  1. add propagation api.

    rghetia committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    b4cf5f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    067cb3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdaf0f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7137e7b View commit details
    Browse the repository at this point in the history
  5. fix copyright.

    rghetia committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    d9c6157 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e2f4ea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8215b36 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae02d90 View commit details
    Browse the repository at this point in the history
  9. fix tag.Map.

    rghetia committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    ddeb734 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ba6cda4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0c84304 View commit details
    Browse the repository at this point in the history
  12. add doc.go

    rghetia committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    034c2fc View commit details
    Browse the repository at this point in the history
  13. update doc.

    rghetia committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    2b279af View commit details
    Browse the repository at this point in the history
  14. add noop propagator.

    rghetia committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    8d3cced View commit details
    Browse the repository at this point in the history
  15. add new propagation api with Supplier interface.

    - added Default Tracer which simply propagates SpanContext.
    - added CopyOfRemote option to simply create remote span.
    rghetia committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    a55726d View commit details
    Browse the repository at this point in the history
  16. remove old propagator.

    rghetia committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    8fe1085 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    db8f60b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9c3ecb6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e5e1a93 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ecd6ba7 View commit details
    Browse the repository at this point in the history
  21. return SpanContext instead of contex.Context from Extract interface.

    - also remove PassThroughTracer
    rghetia committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    2a5fc9e View commit details
    Browse the repository at this point in the history
  22. fix review comments.

    rghetia committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    c8a05ec View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d759fec View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    418b0f4 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f271dfc View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4ca80c3 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    064af5e View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ed41e82 View commit details
    Browse the repository at this point in the history