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

Simplify Baggage handling in the OpenTracing Shim layer. #2194

Merged

Commits on Dec 4, 2021

  1. Simplify Baggage handling in the OpenTracing Shim layer.

    Baggage is NOT directly associated with an OpenTelemetry Span
    directly anymore, but with the OpenTracing Shim, which
    greatly simplifies its handling.
    
    This comes with the recommendation of NOT consuming the
    OpenTelemetry API and the OpenTracing Shim the codebase,
    as the Span's associated Baggage may be lost during
    in-process or inter-process Propagation.
    carlosalberto committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    2140d60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96c5567 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.

    carlosalberto committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    4f1fd6d View commit details
    Browse the repository at this point in the history
  4. Fix document.

    carlosalberto committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    c81516b View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Configuration menu
    Copy the full SHA
    3000f6a View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Configuration menu
    Copy the full SHA
    858642c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c54976 View commit details
    Browse the repository at this point in the history