Exceptionless
Exceptionless 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.flavor
tag. (1.1 instead of HTTP/1.1 etc.) (#3379)- Tracing instrumentation to populate
http.flavor
tag. (#3372)- Tracing instrumentation to populate
http.scheme
tag. (#3392)OpenTelemetry.Instrumentation.Http
Added
http.scheme
tag to tracing instrumentation. (#3464)[Breaking] Removes
SetHttpFlavor
option. "http.flavor" is now always automatically populated. To remove this tag, set "http.flavor" to null usingActivityProcessor
. (#3380)Fix
Enrich
not getting invoked when SocketException due to HostNotFound occurs. (#3407)OpenTelemetry.Instrumentation.SqlClient
- Update the
ActivitySource.Name
from "OpenTelemetry.SqlClient" to "OpenTelemetry.Instrumentation.SqlClient". (#3435)
Commits
83a8f94
Update CHANGELOG for 1.4.0-alpha.1 release (#3523)3929727
Fix OpenTracing shim under legacy AspNetCore activities (#3506)2821898
Minor improvements to Prometheus Exporter (ASP.NET Core) (#3522)27658f0
Improve PrometheusHttpListener options (#3521)a1cdb28
refactor test exporters, use insteadDelegatingTestExporter
(#3486)5a327df
ConsoleLogExporter special casing original format (#3516)2b573f8
Aligning formats for CHANGLOG.md files. (#3513)f97d338
[Prometheus] Update changelog and minor cleanup. (#3512)0187a2a
Nit fixes to prometheus asp.net core (#3511)6c616c1
Nit 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)