-
Notifications
You must be signed in to change notification settings - Fork 772
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
[ASP.NET Core] Update enrich callbacks to use specific type. #3749
Merged
cijothomas
merged 25 commits into
open-telemetry:main
from
vishweshbankwar:vibankwa/change-enrich-filter-aspnetcore
Oct 21, 2022
Merged
Changes from 24 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
35fec21
[HttpClient] Export spans corresponding to retries
vishweshbankwar dbfdb56
nit
vishweshbankwar 25332c5
Merge remote-tracking branch 'upstream/main' into vibankwa/enable-spa…
vishweshbankwar 374e9ac
Update enrich callbacks
vishweshbankwar f36eaf5
update changelog
vishweshbankwar d8a1859
update desc
vishweshbankwar f28e435
clarify parameters
vishweshbankwar 2010ad5
Merge branch 'main' into vibankwa/change-enrich-filter-aspnetcore
vishweshbankwar f5a26c4
resolve PR comments
vishweshbankwar 596d9c1
Merge branch 'main' into vibankwa/change-enrich-filter-aspnetcore
vishweshbankwar 77fca73
Merge branch 'main' into vibankwa/change-enrich-filter-aspnetcore
vishweshbankwar 14d6417
add breaking comment
vishweshbankwar 1c1eeaa
Merge branch 'vibankwa/change-enrich-filter-aspnetcore' of https://gi…
vishweshbankwar b8b13cb
update public api
vishweshbankwar 7699da8
Merge branch 'main' into vibankwa/change-enrich-filter-aspnetcore
cijothomas 06753ce
update readme
vishweshbankwar fdafb9c
fix comment
vishweshbankwar bc1fb65
Merge branch 'main' into vibankwa/change-enrich-filter-aspnetcore
vishweshbankwar a4c579d
update readme
vishweshbankwar 92154d5
Merge branch 'vibankwa/change-enrich-filter-aspnetcore' of https://gi…
vishweshbankwar e4c3557
Merge branch 'main' into vibankwa/change-enrich-filter-aspnetcore
vishweshbankwar 2813b77
Merge branch 'main' into vibankwa/change-enrich-filter-aspnetcore
cijothomas 71e2eae
Update src/OpenTelemetry.Instrumentation.AspNetCore/CHANGELOG.md
vishweshbankwar c1cbbad
Merge branch 'main' into vibankwa/change-enrich-filter-aspnetcore
vishweshbankwar bd814f1
Merge branch 'main' into vibankwa/change-enrich-filter-aspnetcore
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
8 changes: 6 additions & 2 deletions
8
...penTelemetry.Instrumentation.AspNetCore/.publicApi/netstandard2.0/PublicAPI.Unshipped.txt
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
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
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.
💯