Skip to content

Commit

Permalink
fix broken instrumentation (#3709)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishweshbankwar authored Sep 29, 2022
1 parent 79ccb27 commit c40effd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ internal class AspNetCoreInstrumentation : IDisposable
{
private static readonly HashSet<string> DiagnosticSourceEvents = new()
{
"Microsoft.AspNetCore.Hosting.HttpRequestIn",
"Microsoft.AspNetCore.Hosting.HttpRequestIn.Start",
"Microsoft.AspNetCore.Hosting.HttpRequestIn.Stop",
"Microsoft.AspNetCore.Mvc.BeforeAction",
Expand Down

0 comments on commit c40effd

Please sign in to comment.