apm-agent-dotnet icon indicating copy to clipboard operation
apm-agent-dotnet copied to clipboard

Research possible HTTP request logging improvements (.NET >= 6.0)

Open z1c0 opened this issue 2 years ago • 0 comments

With .NET 6.0, Microsoft introduced the HTTP Request Logging Middleware that provides many features similar to our request logging with a focus on performance and low overhead.

We should look into this feature to see whether we can leverage it to improve the performance of our request logging as well.

z1c0 avatar Oct 19 '22 06:10 z1c0