File tree 1 file changed +9
-0
lines changed
src/OpenTelemetry.Instrumentation.AspNetCore
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 8
8
instance obtained from ` IHttpActivityFeature.Activity ` .
9
9
[ #5136 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/5136 )
10
10
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
+
11
20
## 1.7.0
12
21
13
22
Released 2023-Dec-13
You can’t perform that action at this time.
0 commit comments