microsoft / ApplicationInsights-ServiceFabric

ApplicationInsights SDK for ServiceFabric projects
MIT License
63 stars 26 forks source link

Add Live Stream support to OWIN based Services #58

Closed fbeltrao closed 6 years ago

fbeltrao commented 6 years ago

In OWIN based web application requests will not show up in the Application Insights Live Stream. A solution to this problem is to use a QuickPulseTelemetryModule on the application like this post describes

Ideally this should be built-in, or at least have a reference implementation in this repository.

brahmnes commented 6 years ago

Yes, what you said is correct. We can start with a pointer to the blog post link you mentioned. Do you want to submit a PR to our readme?

fbeltrao commented 6 years ago

@brahmnes: I figured out that you can do it without code, just changes to the Application Insights config file. I will submit a PR