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

Update trace flags to match spec #565

Merged
merged 4 commits into from Jun 7, 2021
Merged

Update trace flags to match spec #565

merged 4 commits into from Jun 7, 2021

Commits on Jun 7, 2021

  1. Update trace flags to match spec

    Remove all trace flags except `sampled` as that is the only supported
    flag in the current trace spec. Removes `SpanContext::is_deferred` and
    `SpanContex::is_debug` as they are also no longer supported.
    jtescher committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    16b9da9 View commit details
    Browse the repository at this point in the history
  2. Fix test dependencies

    jtescher committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    b476f9e View commit details
    Browse the repository at this point in the history
  3. Fix benches

    jtescher committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    319e4ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c47dcfb View commit details
    Browse the repository at this point in the history