Incoming HTTP Requests events are not available for .NET Core applications profiled with Timeline profiling mode
- Description: Timeline profling mode is based on ETW events data. There are no ETW events for incoming HTTP requests for .NET Core applications.
- Status: The problem is neither caused nor can be resolved by dotTrace.
- Workaround: No workaround available.
Please sign in to leave a comment.
Hello,
In dotnet core docs is article about Logging in ASP.Net Core and there is section about EventSource Provider.
On Windows it use ETW.
https://docs.microsoft.com/pl-pl/aspnet/core/fundamentals/logging/?view=aspnetcore-2.1#built-in-logging-providers
Do you think about use it to profilling Http Requests in Timeline ? It is possible ?