-
Notifications
You must be signed in to change notification settings - Fork 93
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
Bump OTel 1.4.0-beta.3 #1647
Merged
Merged
Bump OTel 1.4.0-beta.3 #1647
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
5031659
Bump OpenTelemetry.AutoInstrumentation dependencies to 1.4.0-beta.3
Kielek 40b6489
Adjust setting up Prometheus exporter
Kielek 56df155
Remove Microsoft.Extensions.Logging.Abstractions from duplicated libr…
Kielek 60f149b
Reintroduce DiagnosticSource source to additional deps
Kielek 5324fc8
Bump Additional Dependencies to 7.0
Kielek f0ccd5b
Use HttpClientInstrumentationOptions instead of HttpWebRequestInstrum…
Kielek e650835
Add Microsoft.Extensions.Configuration.EnvironmentVariables to Additi…
Kielek a709f74
Fix references in Smoke tests
Kielek 2c7c4a9
Update SourceNames for Http Instrumentation
Kielek 383005c
Change expected span names for Http Instrumentation
Kielek 33fe4d3
Update Sql Integration name
Kielek 3a67ce0
Update tests dependencies
Kielek 411e778
Binding to System.Memory 4.0.1.2 to avoid conflicts with loaded library
Kielek a5e0f28
Update distributed structure
Kielek fea3306
Remove reference to HttpWebRequestInstrumentationOptions
Kielek 604a56b
Dotnet format fix
Kielek 66c86f1
Propagate workaround from 411e778facf6e5e234d42c5680650eeac47291c0 to…
Kielek c9ebdf8
Bump OpenTelemetry.Instrumentation.Runtime to 1.1.0-beta.1
Kielek 890810c
Merge branch 'main' into bump-otel-1.4.0
Kielek 7c12e77
Remove todo comment
Kielek b906557
Remove DiagnosticSource reference from TestApplication.Http
Kielek 8d2e90a
Merge branch 'main' into bump-otel-1.4.0
Kielek 10f21b7
Update documentation
Kielek c0a022b
Merge branch 'main' into bump-otel-1.4.0
pellared 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
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
6 changes: 4 additions & 2 deletions
6
src/OpenTelemetry.AutoInstrumentation.AdditionalDeps/Directory.Build.props
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
<Project> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.2" /> | ||
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="6.0.0" /> | ||
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="7.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="7.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="7.0.0" /> | ||
<PackageReference Include="MongoDB.Driver.Core.Extensions.DiagnosticSources" Version="1.3.0" /> | ||
</ItemGroup> | ||
</Project> |
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.
Does 6.0 app fail to instrument, if below 3 packages are not present?
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.
Most of the SmokeTests are failing in the similar way when I have removed