Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MVC demo project and OWIN self-host demo #5

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

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