|
2 | 2 |
|
3 | 3 | ## Unreleased
|
4 | 4 |
|
| 5 | +### Bug fixes |
| 6 | + |
| 7 | +* Use 1.7.1 of ASP.NET Core instrumentation. |
| 8 | + * Fixed issue |
| 9 | + [#4466](https://github.com/open-telemetry/opentelemetry-dotnet/issues/4466) |
| 10 | + where the activity instance returned by `Activity.Current` was different than |
| 11 | + instance obtained from `IHttpActivityFeature.Activity`. |
| 12 | + ([#5136](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5136)) |
| 13 | + |
| 14 | + * Fixed an issue where the `http.route` attribute was not set on either the |
| 15 | + `Activity` or `http.server.request.duration` metric generated from a |
| 16 | + request when an exception handling middleware is invoked. One caveat is that |
| 17 | + this fix does not address the problem for the `http.server.request.duration` |
| 18 | + metric when running ASP.NET Core 8. ASP.NET Core 8 contains an equivalent fix |
| 19 | + which should ship in version 8.0.2 |
| 20 | + (see: [dotnet/aspnetcore#52652](https://github.com/dotnet/aspnetcore/pull/52652)). |
| 21 | + ([#5135](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5135)) |
| 22 | + |
| 23 | + * Fixes scenario when the `net6.0` target of this library is loaded into a |
| 24 | + .NET 7+ process and the instrumentation does not behave as expected. This |
| 25 | + is an unusual scenario that does not affect users consuming this package |
| 26 | + normally. This fix is primarily to support the |
| 27 | + [opentelemetry-dotnet-instrumentation](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5252) |
| 28 | + project. |
| 29 | + ([#5252](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5252)) |
| 30 | + |
| 31 | +* Use 1.7.1 of HTTP instrumentation. |
| 32 | + * .NET Framework - fix description for `http.client.request.duration` metric. |
| 33 | + ([#5234](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5234)) |
| 34 | + |
5 | 35 | ### New features
|
6 | 36 |
|
7 | 37 | * [#81](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/81)
|
|
0 commit comments