This repository has been archived by the owner on Dec 18, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 524
Add EventSource events #1211
Comments
cc @shirhatti |
See the work done in Hosting for adding EventSource: aspnet/Hosting#883 |
I think it might be possible to implement this on top of logging scopes once we do #640. |
natemcmaster
pushed a commit
that referenced
this issue
Nov 22, 2016
Adds an EventSource for Kestrel named 'Microsoft-AspNetCore-Server-Kestrel' with the following event and properties: ConnectionStart: - connectionId - serverAddress - localEndPoint - remoteEndPoint Resolves #1211
natemcmaster
pushed a commit
that referenced
this issue
Nov 22, 2016
Adds an EventSource for Kestrel named 'Microsoft-AspNetCore-Server-Kestrel' with the following event and properties: ConnectionStart: - connectionId - serverAddress - localEndPoint - remoteEndPoint Resolves #1211
Drafting a list of events we should include. Please add more if you want them
|
@shirhatti Could you review Nate's list? |
For cross reference, here are the items we send to |
@glennc any input on the list of events we should include? Ping @shirhatti as well. |
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Events:
The text was updated successfully, but these errors were encountered: