Bump OpenTelemetry.Instrumentation.Http from 1.0.0-rc9.4 to 1.0.0-rc9.7
Bumps OpenTelemetry.Instrumentation.Http from 1.0.0-rc9.4 to 1.0.0-rc9.7.
Release notes
Sourced from OpenTelemetry.Instrumentation.Http's releases.
1.0.0-rc9.6
OpenTelemetry.Instrumentation.AspNetCore
Removed
netstandard2.0andnetstandard2.1targets. .NET 5 reached EOL in May 2022 and .NET Core 3.1 reaches EOL in December 2022. The instrumentation for ASP.NET Core now requires .NET 6 or later. (#3567)Fixed an issue where activity started within middleware was modified by instrumentation library. (#3498)
Updated to use Activity native support from
System.Diagnostics.DiagnosticSourceto set activity status. (#3118) (#3555)OpenTelemetry.Instrumentation.GrpcNetClient
- Updated to use Activity native support from
System.Diagnostics.DiagnosticSourceto set activity status. (#3118) (#3569)OpenTelemetry.Instrumentation.Http
Updated to use Activity native support from
System.Diagnostics.DiagnosticSourceto set activity status. (#3118) (#3555)Changed activity source name from
OpenTelemetry.HttpWebRequesttoOpenTelemetry.Instrumentation.Http.HttpWebRequestforHttpWebRequests and fromOpenTelemetry.Instrumentation.HttptoOpenTelemetry.Instrumentation.Http.HttpClientforHttpClient. (#3515)1.0.0-rc9.5
OpenTelemetry.Instrumentation.AspNetCore
... (truncated)
Commits
897abe3[Repo] ApiCompat updates (#3716)9809cf6[Exporter,Prometheus] Fix PrometheusCollectionManagerTests (#3714)31eb92cFix folder name (#3713)6b7cc22Update CHANGELOG for 1.4.0-beta.1 release (#3711)c40effdfix broken instrumentation (#3709)79ccb27Bump actions/setup-dotnet from 2 to 3.0.0 (#3706)a93f713Run workflows for any branch starting with "main". (#3708)7fd3783[Logs] Revert logging API additions (#3702)4938c35Trigger pack and publish when release is created (#3638)d10f1f9Unit test to validate spans in http redirect (#3699)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign tg123 for approval by writing /assign @tg123 in a comment. For more information see:The Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
Superseded by #1059.