Cleanup dead tracing code#19092
Merged
dbussink merged 3 commits intovitessio:mainfrom Jan 12, 2026
Merged
Conversation
Contributor
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
6517018 to
ec6905a
Compare
5 tasks
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #19092 +/- ##
=======================================
Coverage 69.87% 69.87%
=======================================
Files 1613 1613
Lines 216002 216017 +15
=======================================
+ Hits 150939 150950 +11
- Misses 65063 65067 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This has been unused since d507fef Signed-off-by: Matthew McPherrin <git@mcpherrin.ca>
There is no such method. Signed-off-by: Matthew McPherrin <git@mcpherrin.ca>
3c282c2 to
1c0afa1
Compare
Contributor
Author
|
CI failures looked spurious, and this PR was a bit stale, so I rebased on main. I've added a linked issue per NeedsIssue tag. |
mattlord
approved these changes
Jan 12, 2026
frouioui
approved these changes
Jan 12, 2026
mhamza15
approved these changes
Jan 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
While investigating Vitess tracing code for migrationg to OpenTelemetry, I found that NewClientSpan was dead code, and that there were some references to the now-removed Start function.
Related Issue(s)
Fixes #19124
Blocks #19093
Related to #17341
Checklist
Deployment Notes
This is a cleanup which should have no functional changes
AI Disclosure
All code was removed by hand.