Support for DiagnosticListener
Open
feature request
triaged
- Dominant language
- C#
- Stars
- 1.8k
- Forks
- 576
- Avg merge
- 6d 9h
- Merged PRs (30d)
- 2
Description
Are there any plans to move to emitting DiagnosticListener events instead of or along with EventSource? Both SqlConnection and HttpClient have moved to DiagnosticListener instead of EventSource as it allows more complex objects to be passed on to the consumer, such as the channel in WCF's case. While this can be easily implemented with a IEndpointBehavior, it feels more natural to be included out of the box.
Contributor guide
Assessment
This issue has not been assessed yet.