fix broken instrumentation (#3709)
This commit is contained in:
parent
79ccb27ff6
commit
c40effd449
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue