Skip to content

Commit f55f383

Browse files
committed
Feedback
1 parent 6040cba commit f55f383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Buffers.MemoryPool/MemoryPoolMetrics.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public MemoryPoolMetrics(IMeterFactory meterFactory)
4040
_evictedMemoryCounter = _meter.CreateCounter<long>(
4141
EvictedMemoryName,
4242
unit: "By",
43-
description: "Total number of bytes evicted from the memory pool. Eviction occurs when idle pooled memory is reclaimed.");
43+
description: "Total number of bytes evicted from the memory pool. Eviction occurs when idle pooled memory is reclaimed. Evicted memory is available for garbage collection.");
4444

4545
_rentedMemoryCounter = _meter.CreateCounter<long>(
4646
RentedMemoryName,

0 commit comments

Comments
 (0)