perfview icon indicating copy to clipboard operation
perfview copied to clipboard

Disable DiagnosticSource event source and ASP.NET Core event source by default

Open davidfowl opened this issue 4 years ago • 0 comments

Today perfview turns on diagnostic source events and deprecated ASP.NET Core events:

https://github.com/microsoft/perfview/blob/203df9d4c40f2226274a46b271a2f5f464b35d76/src/PerfView/CommandProcessor.cs#L742-L761

The ASP.NET Core events should be removed. I think the diagnostic source event source should be configurable but off by default as well.

davidfowl avatar Mar 09 '21 18:03 davidfowl