fix broken instrumentation (#3709)

This commit is contained in:
Vishwesh Bankwar 2022-09-29 14:47:03 -07:00 committed by GitHub
parent 79ccb27ff6
commit c40effd449
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ namespace OpenTelemetry.Instrumentation.AspNetCore
{
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",