[API Proposal]: PinnedBlockMemoryPool metrics #61594
Labels
api-ready-for-review
API is ready for formal API review - https://github.com/dotnet/apireviews
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
Uh oh!
There was an error while loading. Please reload this page.
Background and Motivation
Add metrics to the PinnedBlockMemoryPool that's used by Kestrel, IIS, and Http.Sys.
Proposed API
Microsoft.AspNetCore.MemoryPool
aspnetcore.memorypool.current_memory
{bytes}
aspnetcore.memorypool.total_allocated
{bytes}
aspnetcore.memorypool.evicted_memory
{bytes}
aspnetcore.memorypool.total_rented
{bytes}
The text was updated successfully, but these errors were encountered: