We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ccb27 commit c40effdCopy full SHA for c40effd
src/OpenTelemetry.Instrumentation.AspNetCore/AspNetCoreInstrumentation.cs
@@ -26,6 +26,7 @@ internal class AspNetCoreInstrumentation : IDisposable
26
{
27
private static readonly HashSet<string> DiagnosticSourceEvents = new()
28
29
+ "Microsoft.AspNetCore.Hosting.HttpRequestIn",
30
"Microsoft.AspNetCore.Hosting.HttpRequestIn.Start",
31
"Microsoft.AspNetCore.Hosting.HttpRequestIn.Stop",
32
"Microsoft.AspNetCore.Mvc.BeforeAction",
0 commit comments