csharp
csharp copied to clipboard
Bump OpenTelemetry.Instrumentation.Http from 1.0.0-rc9.4 to 1.0.0-rc9.5
Bumps OpenTelemetry.Instrumentation.Http from 1.0.0-rc9.4 to 1.0.0-rc9.5.
Release notes
Sourced from OpenTelemetry.Instrumentation.Http's releases.
1.0.0-rc9.5
OpenTelemetry.Instrumentation.AspNetCore
- Fix Remote IP Address - NULL reference exception. (#3481)
- Metrics instrumentation to correctly populate
http.flavortag. (1.1 instead of HTTP/1.1 etc.) (#3379)- Tracing instrumentation to populate
http.flavortag. (#3372)- Tracing instrumentation to populate
http.schemetag. (#3392)OpenTelemetry.Instrumentation.Http
Added
http.schemetag to tracing instrumentation. (#3464)[Breaking] Removes
SetHttpFlavoroption. "http.flavor" is now always automatically populated. To remove this tag, set "http.flavor" to null usingActivityProcessor. (#3380)Fix
Enrichnot getting invoked when SocketException due to HostNotFound occurs. (#3407)OpenTelemetry.Instrumentation.SqlClient
- Update the
ActivitySource.Namefrom "OpenTelemetry.SqlClient" to "OpenTelemetry.Instrumentation.SqlClient". (#3435)
Commits
83a8f94Update CHANGELOG for 1.4.0-alpha.1 release (#3523)3929727Fix OpenTracing shim under legacy AspNetCore activities (#3506)2821898Minor improvements to Prometheus Exporter (ASP.NET Core) (#3522)27658f0Improve PrometheusHttpListener options (#3521)a1cdb28refactor test exporters, use insteadDelegatingTestExporter(#3486)5a327dfConsoleLogExporter special casing original format (#3516)2b573f8Aligning formats for CHANGLOG.md files. (#3513)f97d338[Prometheus] Update changelog and minor cleanup. (#3512)0187a2aNit fixes to prometheus asp.net core (#3511)6c616c1Nit fixed in prometheus for asp.net core (#3510)- 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 brendandburns for approval by writing /assign @brendandburns 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 #980.