You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Shared/Buffers.MemoryPool/MemoryPoolMetrics.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ public MemoryPoolMetrics(IMeterFactory meterFactory)
40
40
_evictedMemoryCounter=_meter.CreateCounter<long>(
41
41
EvictedMemoryName,
42
42
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.");
0 commit comments