This repository has been archived by the owner on Jun 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
Make W3C Correlation default and leverage native W3C support from new System.Diagnostics.DiagnosticSource Activity #958
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
bb75b72
wip 1
cijothomas 557c43a
wip test1
cijothomas e55927c
aspnet 1.xx modified for w3c
cijothomas 8e9d63b
unit testing
cijothomas 0035667
update base sdk to private signed version
cijothomas 4aa138c
fixes
cijothomas bc2faa7
fix tests
cijothomas a1ada4b
read trace state correct
cijothomas 5e5209e
fix tests
cijothomas 32e8ae6
new test
cijothomas 9fd5ca5
more tst
cijothomas 3f02039
config change and test
cijothomas 47bf080
fix review comments
cijothomas 2071a53
make legacyrootid from operationid if possible
cijothomas 536b792
fix 956
cijothomas 03ea036
fix webapi20 functional tests
cijothomas cb2de3a
reorder
cijothomas 343ac9a
order
cijothomas 1ae760b
ignore dep tests
cijothomas 7e4279f
ignore more dep tests
cijothomas b5eade0
ignore dep tests in mvc1.0
cijothomas 2f1427a
disable dep collection required tests
cijothomas e535282
Revert "disable dep collection required tests"
cijothomas a0abc0a
revert
cijothomas 9d10126
merge conflict resolve
cijothomas 8b15054
bump to beta3
cijothomas 0d6be75
read cor context for w3c
cijothomas 0604e73
func test with correlation header if either w3c or reqid is presnt
cijothomas 34d51b9
fix review comments and whitespace issue
cijothomas 7533468
conflict resolve
cijothomas 26a407e
add event log events for correlation
cijothomas 28ee89d
add langversion to 7.2
cijothomas 2e3dded
modify linux ci to not test 1.xx tests. it cannot use language versio…
cijothomas a95a5c9
build and test netcoreapp20 in non windows
cijothomas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 0 additions & 50 deletions
50
...icrosoft.ApplicationInsights.AspNetCore/DiagnosticListeners/Implementation/ContextData.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
731 changes: 392 additions & 339 deletions
731
...cationInsights.AspNetCore/DiagnosticListeners/Implementation/HostingDiagnosticListener.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, do we really need both: Informational and verbose?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will address it next PR (for 3.0 support)