Skip to content
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

EF 6 Spans for queries #1173

Closed
bruno-garcia opened this issue Aug 25, 2021 · 0 comments · Fixed by #1107
Closed

EF 6 Spans for queries #1173

bruno-garcia opened this issue Aug 25, 2021 · 0 comments · Fixed by #1107

Comments

@bruno-garcia
Copy link
Member

EntityFramework queries should create spans.

Currently the performance product only provides an automatic transaction for the request which doesn't include any spans (unless the HTTP client integration is used and HTTP requests are made).

EF 6 is a hugely popular ORM and should result in spans generated.

This was done for EF Core already through: #1041

There's a draft open #1107

@bruno-garcia bruno-garcia added this to Backlog in Mobile Platform Team Archived via automation Aug 25, 2021
@bruno-garcia bruno-garcia added this to To Do in v3.x Aug 25, 2021
Mobile Platform Team Archived automation moved this from Backlog to Done Nov 9, 2021
v3.x automation moved this from To Do to Done Nov 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant