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: OTEL context lost in subthreads of parallel bulk calls #2616

Merged
merged 22 commits into from
Sep 3, 2024

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    86c7498 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c88e548 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    041d841 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31c0b8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f2dd49 View commit details
    Browse the repository at this point in the history
  6. Restore version

    pquentin authored and claudinoac committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    3f73592 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee1468e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a763272 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

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

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    795d1bf View commit details
    Browse the repository at this point in the history
  2. Switch from span(inject_context) to helpers_span

    The helpers spans are not regular DB spans.
    pquentin committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    7cfad71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9eb549a View commit details
    Browse the repository at this point in the history
  4. Fix lint

    pquentin committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    751b811 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    464b306 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

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

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    a0689c8 View commit details
    Browse the repository at this point in the history
  2. Switch away from global tracer

    It's global and not practical to use with multiple tests.
    pquentin committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6dbe873 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Test all bulks

    pquentin committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4de4315 View commit details
    Browse the repository at this point in the history
  2. Fix url.full comparison

    pquentin committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    280251d View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Fix attribute check again

    pquentin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    5dcec1a View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Use more robust approach to keep track of the parent context

    Instead of maintaining a global context, we simply pass the otel span
    down and use it manually.
    pquentin committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a91e059 View commit details
    Browse the repository at this point in the history
  2. Fix lint

    pquentin committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3caee68 View commit details
    Browse the repository at this point in the history