Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Add EventSource events #1211

Closed
kichalla opened this issue Nov 14, 2016 · 8 comments
Closed

Add EventSource events #1211

kichalla opened this issue Nov 14, 2016 · 8 comments

Comments

@kichalla
Copy link
Member

Events:

  • Connection Id (to establish correlation with the current request)
@kichalla
Copy link
Member Author

@muratg muratg added this to the 1.2.0 milestone Nov 21, 2016
@muratg
Copy link
Contributor

muratg commented Nov 21, 2016

cc @shirhatti

@muratg
Copy link
Contributor

muratg commented Nov 21, 2016

See the work done in Hosting for adding EventSource: aspnet/Hosting#883

@halter73
Copy link
Member

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
@natemcmaster
Copy link
Contributor

natemcmaster commented Nov 22, 2016

Drafting a list of events we should include. Please add more if you want them

  • ConnectionStart:
    • connectionId
    • serverAddress
    • localEndPoint
    • remoteEndPoint

@muratg
Copy link
Contributor

muratg commented Nov 23, 2016

@shirhatti Could you review Nate's list?

@natemcmaster
Copy link
Contributor

@natemcmaster
Copy link
Contributor

@glennc any input on the list of events we should include?

Ping @shirhatti as well.

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

No branches or pull requests

4 participants