feat(config): add a new propagation_as_span_links configuration - #19858
feat(config): add a new propagation_as_span_links configuration#19858dubloom wants to merge 3 commits into
Conversation
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ec1d9b7e96
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Circular import analysis
|
Dependency direction analysis
|
Codeowners resolved asResolved from the full PR diff against |
BenchmarksBenchmark execution time: 2026-08-27 07:42:03 Comparing candidate commit 29e9545 in PR branch Found 0 performance improvements and 5 performance regressions! Performance is the same for 575 metrics, 10 unstable metrics, 2 known flaky benchmarks, 16 flaky benchmarks without significant changes.
|
This PR: #18667 is changing the way we propagate context in kafka library by using span links instead of parent-child relationship.
We can't do that directly because we would break existing semantics. Therefore we are going to gate that change under a config. google pub sub was doing something similar therefore we will aggregate the configuration and create one that deal with both instead of a specific config every time.