-
Notifications
You must be signed in to change notification settings - Fork 166
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
aspnet-traceidentifier: Support for ASP.NET (non-core) - requires IIS ETW #330
Conversation
Codecov Report
@@ Coverage Diff @@
## master #330 +/- ##
=====================================
- Coverage 64% 62% -2%
=====================================
Files 32 33 +1
Lines 450 461 +11
Branches 98 101 +3
=====================================
Hits 287 287
- Misses 127 138 +11
Partials 36 36
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #330 +/- ##
======================================
+ Coverage 64% 64% +<1%
======================================
Files 32 33 +1
Lines 450 461 +11
Branches 98 101 +3
======================================
+ Hits 287 296 +9
Misses 127 127
- Partials 36 38 +2
Continue to review full report at Codecov.
|
Thanks! Also for the tests! |
Attempt to resolve #328
Extracted from HttpWorkerRequest.RequestTraceIdentifier. Requires IIS ETW feature enabled: https://docs.microsoft.com/en-us/iis/configuration/system.webServer/httpTracing/ (IIS7 - Win2008)