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

Local span perf improvements #505

Merged
merged 3 commits into from Mar 31, 2021
Merged

Local span perf improvements #505

merged 3 commits into from Mar 31, 2021

Commits on Mar 30, 2021

  1. Local span perf improvements

    Currently span data recording performance is capped because all changes
    are synchronized behind a mutex. This patch changes the span API to take
    mutable references instead, and only requires the use of mutexes when
    setting values through a shared reference to the active span in the
    context API.
    jtescher committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    9b7d4e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Revert import ordering

    jtescher committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    9b327a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c288e9d View commit details
    Browse the repository at this point in the history