Skip to content

Commit c2bb4c5

Browse files
authored
Update changelog for #5135 (#5269)
1 parent 26a2d4b commit c2bb4c5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/OpenTelemetry.Instrumentation.AspNetCore/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88
instance obtained from `IHttpActivityFeature.Activity`.
99
[#5136](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5136)
1010

11+
* Fixed an issue where the `http.route` attribute was not set on either the
12+
`Activity` or `http.server.request.duration` metric generated from a
13+
request when an exception handling middleware is invoked. One caveat is that
14+
this fix does not address the problem for the `http.server.request.duration`
15+
metric when running ASP.NET Core 8. ASP.NET Core 8 contains an equivalent fix
16+
which should ship in version 8.0.2
17+
(see: [dotnet/aspnetcore#52652](https://github.com/dotnet/aspnetcore/pull/52652)).
18+
([#5135](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5135))
19+
1120
## 1.7.0
1221

1322
Released 2023-Dec-13

0 commit comments

Comments
 (0)