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

feat: b3 single header support #1560

Merged
merged 15 commits into from
Oct 9, 2020
Merged

Commits on Oct 9, 2020

  1. Configuration menu
    Copy the full SHA
    1c2e702 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6665539 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1c57a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac47433 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82e10f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63c3ca6 View commit details
    Browse the repository at this point in the history
  7. fix: do not propagate parent spand id from b3

    B3 has an option to propagate both span id and a parent span id so that
    both sides of request can share the same span id. This is a usecase that
    we do not support in OpenTelemetry and couldn't support even if we wanted
    to because parent span id is not readable outside of the export
    pipeline. This buggy implementation stores and propagates the extracted
    parent span id, which will break zipkin implementations as a result.
    mwear committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    3d7afd6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    effcdf3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dfcf071 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d7812a8 View commit details
    Browse the repository at this point in the history
  11. docs: improve documentation

    mwear committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    dc0bd33 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    39b9083 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1d3518f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b7b3dd5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7150573 View commit details
    Browse the repository at this point in the history