Several of the ASP.NET triggers will like use the Microsoft-Diagnostics-DiagnosticSource event provider to collect ASP.NET events such as Microsoft.AspNetCore/Microsoft.AspNetCore.Hosting.HttpRequestIn.Start and Microsoft.AspNetCore/Microsoft.AspNetCore.Hosting.HttpRequestIn.Stop. Investigate the impact (memory, cpu) of using this provider for long spans of time (entire target process lifetime) for applications that are under high load (many requests).