-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 86c7498 - Browse repository at this point
Copy the full SHA 86c7498View commit details -
Configuration menu - View commit details
-
Copy full SHA for c88e548 - Browse repository at this point
Copy the full SHA c88e548View commit details -
Configuration menu - View commit details
-
Copy full SHA for 041d841 - Browse repository at this point
Copy the full SHA 041d841View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31c0b8d - Browse repository at this point
Copy the full SHA 31c0b8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f2dd49 - Browse repository at this point
Copy the full SHA 1f2dd49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f73592 - Browse repository at this point
Copy the full SHA 3f73592View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee1468e - Browse repository at this point
Copy the full SHA ee1468eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a763272 - Browse repository at this point
Copy the full SHA a763272View commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3ac91b6 - Browse repository at this point
Copy the full SHA 3ac91b6View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 795d1bf - Browse repository at this point
Copy the full SHA 795d1bfView commit details -
Switch from span(inject_context) to helpers_span
The helpers spans are not regular DB spans.
Configuration menu - View commit details
-
Copy full SHA for 7cfad71 - Browse repository at this point
Copy the full SHA 7cfad71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eb549a - Browse repository at this point
Copy the full SHA 9eb549aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 751b811 - Browse repository at this point
Copy the full SHA 751b811View commit details -
Configuration menu - View commit details
-
Copy full SHA for 464b306 - Browse repository at this point
Copy the full SHA 464b306View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 49096df - Browse repository at this point
Copy the full SHA 49096dfView commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a0689c8 - Browse repository at this point
Copy the full SHA a0689c8View commit details -
Switch away from global tracer
It's global and not practical to use with multiple tests.
Configuration menu - View commit details
-
Copy full SHA for 6dbe873 - Browse repository at this point
Copy the full SHA 6dbe873View commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4de4315 - Browse repository at this point
Copy the full SHA 4de4315View commit details -
Configuration menu - View commit details
-
Copy full SHA for 280251d - Browse repository at this point
Copy the full SHA 280251dView commit details
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5dcec1a - Browse repository at this point
Copy the full SHA 5dcec1aView commit details
Commits on Sep 3, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for a91e059 - Browse repository at this point
Copy the full SHA a91e059View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3caee68 - Browse repository at this point
Copy the full SHA 3caee68View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.