-
Notifications
You must be signed in to change notification settings - Fork 773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename SqlClientInstrumentationOptions to SqlClientTraceInstrumentationOptions #5285
Rename SqlClientInstrumentationOptions to SqlClientTraceInstrumentationOptions #5285
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5285 +/- ##
==========================================
- Coverage 83.38% 82.98% -0.40%
==========================================
Files 297 272 -25
Lines 12531 11973 -558
==========================================
- Hits 10449 9936 -513
+ Misses 2082 2037 -45
Flags with carried forward coverage won't be shown. Click here to find out more.
|
c683282
to
8f660a7
Compare
May I understand how come a breking change like this is just increasing a patch number? Does not follow semantic release? tks |
This component is now moved to https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main Please take a look at this note: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/blob/47b667acf8cde47aa73fc6d28b609ebb3aeca8d3/src/OpenTelemetry.Instrumentation.SqlClient/README.md?plain=1#L20-L29 |
@vishweshbankwar thanks. Does it mean that now the package is being moved to stable? |
If you are referring to https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.SqlClient, then no. It is not moved to stable. |
Fixes #
Design discussion issue #
Propagate changes from #5109
Changes
Rename
SqlClientInstrumentationOptions
toSqlClientTraceInstrumentationOptions
.Merge requirement checklist
CHANGELOG.md
files updated for non-trivial changes