[SqlClient] Remove support for old DB conventions#3592
Merged
alanwest merged 2 commits intoopen-telemetry:mainfrom Dec 16, 2025
Merged
[SqlClient] Remove support for old DB conventions#3592alanwest merged 2 commits intoopen-telemetry:mainfrom
alanwest merged 2 commits intoopen-telemetry:mainfrom
Conversation
b3a3fe4 to
a5c1608
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3592 +/- ##
==========================================
- Coverage 71.22% 71.19% -0.03%
==========================================
Files 442 442
Lines 17516 17489 -27
==========================================
- Hits 12475 12451 -24
+ Misses 5041 5038 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
baa8a11 to
e87dbc0
Compare
e87dbc0 to
b4e5494
Compare
martincostello
approved these changes
Dec 15, 2025
rajkumar-rangaraj
approved these changes
Dec 15, 2025
Member
Author
1 task
martincostello
added a commit
to martincostello/opentelemetry-dotnet-contrib
that referenced
this pull request
Dec 17, 2025
Update expected span name after changes in open-telemetry#3592.
4 tasks
Contributor
Contributor
|
#3627 fixes the handling of escaped identifiers. |
2 tasks
This was referenced Apr 22, 2026
Open
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.
This PR prepares the SqlClient instrumentation to release a release candidate.
It removes support for the old DB conventions. Only the stable conventions will be emitted.