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

Feature Request: Instrument SqlConnection/SqlDatReader with EventSource #150

Closed
yahorsi opened this issue Aug 8, 2019 · 2 comments
Closed

Comments

@yahorsi
Copy link

yahorsi commented Aug 8, 2019

Hi Guys,

Currently SqlClient has built in tracing for the SqlCommand's.
It would be really helpful to have it for the SqlConnection/SqlDataReader as well.
In today's apps in most cases time taken to read data is significantly exceeds time to execute SqlCommand's. But it is currently not possible to track readers explicitly ((

EntityFramework made their own tracing and they expose SqlConnection lifetime events and one SqlDataReader event. But that's EntityFramework, we need it built in to the client.

Thanks

@cheenamalhotra
Copy link
Member

We'll investigate more on this request in future, adding it to our triage board.

@cheenamalhotra
Copy link
Member

Hi @yahorsi

Closing this issue as we're tracking tracing activities with issue #93 .
Discussions are open and we're welcoming suggestions there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants