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: change SpanContext.traceFlags to mandatory #818

Merged

Commits on Feb 26, 2020

  1. fix: change SpanContext.traceFlags to mandatory

    According to spec SpanContext represents the W3C tracestate which
    includes traceId, spanId and traceFlags.
    
    As a side effect a new LinkContext types was added as links don't
    have traceFlags according to spec.
    Flarna committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    baf5c58 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Configuration menu
    Copy the full SHA
    a53200d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46d5dd8 View commit details
    Browse the repository at this point in the history
  3. fix: build

    Flarna committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    bd0918f View commit details
    Browse the repository at this point in the history
  4. fix: tests

    Flarna committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    8357d12 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Configuration menu
    Copy the full SHA
    c61ac63 View commit details
    Browse the repository at this point in the history
  2. fix: correct merge

    Flarna committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    98c5665 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Configuration menu
    Copy the full SHA
    5b97684 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55742e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71e7064 View commit details
    Browse the repository at this point in the history