This repository was archived by the owner on Jul 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 68
remove correlation id lookup helper #880
Merged
TimothyMothra
merged 26 commits into
develop
from
tilee/remove_CorrelationIdLookupHelper
Apr 16, 2018
Merged
Changes from 8 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
7169d3a
Refactor CorrelationIdLookupHelper to depend on config value (not imp…
a33ce43
code cleanup
347a85f
update name of Config method
a05aa2f
change to use new config.ApplicationIdProvider
9c34877
remove commented code
a8dd9e7
added nuget install scripts
b882b97
marked property as obsolete
8e74714
Update CHANGELOG.md
2fa47f4
Merge branch 'develop' into tilee/remove_CorrelationIdLookupHelper
09b7643
Update CHANGELOG.md
4f9e5f7
Merge branch 'develop' into tilee/remove_CorrelationIdLookupHelper
e4c5167
fix stylecop
9a75dd9
Merge branch 'develop' into tilee/remove_CorrelationIdLookupHelper
b5dcee0
fix stylecop issues
a134797
cleanup usings
52c56cc
cleanup usings
17fcc1d
Merge branch 'tilee/remove_CorrelationIdLookupHelper' of https://gith…
479015f
update test app configs
26cd6ee
Merge branch 'develop' into tilee/remove_CorrelationIdLookupHelper
927fb69
removed incorrect comment
4a3dbff
Merge branch 'develop' into tilee/remove_CorrelationIdLookupHelper
9a53f19
fix ai.config and update test to be more meaningful
c64617f
correct ai.config
2f72f86
update ai.config
0008364
update config
d7ecf13
Merge branch 'tilee/remove_CorrelationIdLookupHelper' of https://gith…
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 hidden or 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 hidden or 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,4 +7,7 @@ | |
| <Add xdt:Transform="Remove" xdt:Locator="Match(Type)" Type="Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule, Microsoft.AI.DependencyCollector" /> | ||
| </TelemetryModules> | ||
| <TelemetryModules xdt:Transform="Remove" xdt:Locator="Condition(count(*)=0)"/> | ||
|
|
||
| <ApplicationIdProvider xdt:Transform="Remove" xdt:Locator="Match(Type)" Type="Microsoft.ApplicationInsights.Extensibility.Implementation.ApplicationId.ApplicationInsightsApplicationIdProvider, Microsoft.ApplicationInsights"/> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Isn't it a default one? Do we need to set it explicitly?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's currently null by default. |
||
|
|
||
| </ApplicationInsights> | ||
81 changes: 0 additions & 81 deletions
81
Src/DependencyCollector/Shared.Tests/CorrelationIdLookupHelperTests.cs
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
I'd suggest to formulate it as what you can do now, not what was the issue before. Instead "This change also fixes ProfileQueryEndpoint is not overridable" say "with this change you can update URL to query application ID from which enables environments with reverse proxy configuration to access Application Insights ednpoints".