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

Fix ParentBased sampler for implicit parent spans #1394

Merged
merged 6 commits into from
Nov 25, 2020

Commits on Nov 19, 2020

  1. Fix ParentBased sampler for implicit parent spans

    consider the sample decision of implicit parent spans (when creating
    a span without explicitly providing a context) instead of forwarding
    to the delegating sampler.
    mariojonke committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    fa2146d View commit details
    Browse the repository at this point in the history
  2. Fix trace_state erasure for dropped spans

    * samplers did not return the trace_state in the sampling result
      when a span was dropped. This caused the trace_state extracted
      from a remote parent span to be erased and further context
      propagation to break.
    * fix also TraceIdRatioBased which erased the trace_state independent
      of the sampling outcome.
    mariojonke committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    d5f1a69 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

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

Commits on Nov 24, 2020

  1. Configuration menu
    Copy the full SHA
    56049e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    551adfa View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

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