Skip to content

Commit c40effd

Browse files
fix broken instrumentation (#3709)
1 parent 79ccb27 commit c40effd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/OpenTelemetry.Instrumentation.AspNetCore/AspNetCoreInstrumentation.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ internal class AspNetCoreInstrumentation : IDisposable
2626
{
2727
private static readonly HashSet<string> DiagnosticSourceEvents = new()
2828
{
29+
"Microsoft.AspNetCore.Hosting.HttpRequestIn",
2930
"Microsoft.AspNetCore.Hosting.HttpRequestIn.Start",
3031
"Microsoft.AspNetCore.Hosting.HttpRequestIn.Stop",
3132
"Microsoft.AspNetCore.Mvc.BeforeAction",

0 commit comments

Comments
 (0)