-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed as not planned
Closed as not planned
Copy link
Labels
User StoryA single user-facing feature. Can be grouped under an epic.A single user-facing feature. Can be grouped under an epic.area-System.DataenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additions
Description
Currently we have around 27 EventSource
trace points in System.Data.Common
.
On the other hand, SqlClient has been instrumented with DiagnosticSource
.
I talked to @vancem today and we came to the conclusion that there may be enough value in standardizing on DiagnosticSource
before we release 2.0. This would make the story more consistent for consumers of ADO.NET events (we are planning to add more DiagnosticSource
instrumentation and make it easier for ADO.NET providers to add it) and once we ship the EventSource
instrumentation it is unlikely that we will be able to remove it.
cc @saurabh500
bricelam, cecilphillip, saryeHaddadi, davidkudera and xsoheilalizadeh
Metadata
Metadata
Assignees
Labels
User StoryA single user-facing feature. Can be grouped under an epic.A single user-facing feature. Can be grouped under an epic.area-System.DataenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additions