-
Notifications
You must be signed in to change notification settings - Fork 305
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
[Instrumentation.EntityFrameworkCore] Stop emitting db.statement_type attribute #1559
[Instrumentation.EntityFrameworkCore] Stop emitting db.statement_type attribute #1559
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1559 +/- ##
==========================================
- Coverage 73.91% 73.40% -0.52%
==========================================
Files 267 256 -11
Lines 9615 9453 -162
==========================================
- Hits 7107 6939 -168
- Misses 2508 2514 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
|
src/OpenTelemetry.Instrumentation.EntityFrameworkCore/CHANGELOG.md
Outdated
Show resolved
Hide resolved
Would be nice if you guys could add a bit more detail on the release notes as to why a change is being made, especially breaking ones. This is referred in the release notes with just:
Even this PR has zero information, and the linked one for the SQL instrumentation is fairly barebones. |
That is fair feedback. |
Changes
Similar changes to open-telemetry/opentelemetry-dotnet#5301
[Instrumentation.EntityFrameworkCore] Stop emitting
db.statement_type
attributeFor significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes[ ] Design discussion issue #[ ] Changes in public API reviewed