fix: remove duplicate span tags and test cases in rueidis and valkey-go#4510
Conversation
rarguelloF
left a comment
There was a problem hiding this comment.
Thanks so much for the fixes!
|
/merge |
|
View all feedbacks in Devflow UI.
This pull request is not mergeable according to GitHub. Common reasons include pending required checks, missing approvals, or merge conflicts — but it could also be blocked by other repository rules or settings.
The expected merge time in
|
|
@codex review |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files🚀 New features to boost your workflow:
|
|
Codex Review: Didn't find any major issues. 👍 ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
aa5518d
into
DataDog:main
What does this PR do?
Remove duplicate
TargetHost/TargetPortspan tags and duplicate test cases incontrib/redis/rueidisandcontrib/valkey-io/valkey-go.startSpanunconditionally setsTargetHost/TargetPortin the initial options slice, then conditionally appends them again when the values are non-empty. The unconditional entries are removed.Motivation
Found during code review of the rueidis/valkey tracing instrumentation. These are pre-existing issues, not regressions.
Reviewer's Checklist
make lintlocally.make testlocally.make generatelocally.make fix-moduleslocally.Unsure? Have a question? Request a review!