Skip to content

Conversation

seth-capistron
Copy link
Owner

Adding two additional demo projects. The first is MVC (without WebApi). It relies on the same .NET Fx events, but wanted to add it just so I have an easy comparison.

The second is an OWIN self-hosted application. For outbound Http requests, there is no change. Inbound requests however don't emit the same events as MVC or ASP.NET WebApi. For this case, I created InboundInstrumentationHandler.cs which serves to emit different events with the same request/response payloads. I also needed to update CorrelationVectorDiagnosticListenerObserver.cs to be able to handle these new events. The rest of the code is just boilerplate auto-genned project files from Visual Studio.

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

Successfully merging this pull request may close these issues.

1 participant