-
Notifications
You must be signed in to change notification settings - Fork 319
[Instrumentation.EntityFrameworkCore] Database metrics #2707
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
base: main
Are you sure you want to change the base?
Conversation
record duration readability verify helper ShouldNotCollectMetrics test
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2707 +/- ##
==========================================
+ Coverage 73.91% 74.90% +0.99%
==========================================
Files 267 6 -261
Lines 9615 275 -9340
==========================================
- Hits 7107 206 -6901
+ Misses 2508 69 -2439
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
Stable metrics have been released by the db convention WG. ORM metrics and a strategy combining database driver and ORM metrics has not been defined yet. Need to determine an appropriate opt-in mechanism for ORM metrics. |
Changes
Ports database metrics from SqlClient to EF Core.
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial changes