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

Make propagators conform to spec #488

Merged
merged 5 commits into from
May 31, 2021

Commits on May 4, 2021

  1. Make propagators conform to spec

    * do not modify / set an invalid span in the passed context in case
      a propagator did not manage to extract
    * in case no context is passed to propagator.extract assume the root
      context as default so that a new trace is started instead of continung
      the current active trace in case extraction fails
    * fix also ot-trace propagator which compared int with str trace/span ids
      when checking for validity in extract
    mariojonke committed May 4, 2021
    Configuration menu
    Copy the full SHA
    0e09d95 View commit details
    Browse the repository at this point in the history
  2. changelog

    mariojonke committed May 4, 2021
    Configuration menu
    Copy the full SHA
    30b70c7 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. fix py36 build

    mariojonke committed May 5, 2021
    Configuration menu
    Copy the full SHA
    82fe14d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f93545 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

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