3 references to MemoryPoolMetrics
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\Buffers.MemoryPool\MemoryPoolFactory.cs (1)
24
return new PinnedBlockMemoryPool(owner: owner, metrics: meterFactory != null ? new
MemoryPoolMetrics
(meterFactory) : null);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
PinnedBlockMemoryPoolFactoryTests.cs (1)
128
new
MemoryPoolMetrics
(new TestMeterFactory()),
PinnedBlockMemoryPoolTests.cs (1)
437
return new PinnedBlockMemoryPool(owner: owner, metrics: new
MemoryPoolMetrics
(meterFactory));