Fix assumptions about what a top_level span is#3916
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 531586746b
ℹ️ 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".
|
Benchmarks [ tracer ]Benchmark execution time: 2026-06-05 17:17:48 Comparing candidate commit c01e428 in PR branch Found 1 performance improvements and 13 performance regressions! Performance is the same for 180 metrics, 0 unstable metrics.
|
9883729 to
2dc3d7b
Compare
2dc3d7b to
e3541c3
Compare
Snapshots difference summaryThe following differences have been observed in committed snapshots. It is meant to help the reviewer. If you need to update snapshots, please refer to CONTRIBUTING.md 2 occurrences of : - "span.kind": "client"
+ "span.kind": "client"
+ "version": "1.0"
|
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
e3541c3 to
94ebf39
Compare
Otherwise span stats will be broken for nested services.
Also properly handling version propagation, its removal according to UST was too aggressive until now.