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(propagator): create a new one-way propagator #343

Merged
merged 3 commits into from
Apr 8, 2022

Commits on Apr 1, 2022

  1. feat(propagator): create a new one-way propagator

    CloudTraceOneWayPropagator moves trace info from X-cloud-trace-context
    into 'traceparent'.
    muncus committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    849e2e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Apply suggestions from code review

    Co-authored-by: David Ashpole <[email protected]>
    muncus and dashpole authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    0423820 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Update propagator to extract both, emit only traceparent

    Users will no longer need to create a composite propagator, and there's
    a clear precedence order between trace headers.
    muncus committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    884b871 View commit details
    Browse the repository at this point in the history