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
|`aspnetcore.memory_pool.current_memory`| UpDownCounter |`By`| Number of bytes that are currently pooled by the pool. [1]|||
333
+
|`aspnetcore.memory_pool.pooled`| UpDownCounter |`By`| Number of bytes currently pooled and available for reuse. [1]|||
334
334
335
335
**[1]:** Meter name: `Microsoft.AspNetCore.MemoryPool`; Added in: ASP.NET Core 10.0
336
336
@@ -345,9 +345,9 @@ All memory pool metrics are reported by the `Microsoft.AspNetCore.MemoryPool` me
|`aspnetcore.memory_pool.evicted_memory`| Counter |`By`| Total number of bytes that have been evicted. [1]|||
359
+
|`aspnetcore.memory_pool.evicted`| Counter |`By`| Total number of bytes evicted from the memory pool. Eviction occurs when idle pooled memory is reclaimed. [1]|||
360
360
361
361
**[1]:** Meter name: `Microsoft.AspNetCore.MemoryPool`; Added in: ASP.NET Core 10.0
362
362
@@ -371,9 +371,9 @@ All memory pool metrics are reported by the `Microsoft.AspNetCore.MemoryPool` me
|`aspnetcore.memory_pool.total_allocated`| Counter |`By`| Total number of allocations made by the pool. [1]|||
385
+
|`aspnetcore.memory_pool.allocated`| Counter |`By`| Total number of bytes allocated by the memory pool. Allocation occurs when a memory rental request exceeds the available pooled memory. [1]|||
386
386
387
387
**[1]:** Meter name: `Microsoft.AspNetCore.MemoryPool`; Added in: ASP.NET Core 10.0
388
388
@@ -397,9 +397,9 @@ All memory pool metrics are reported by the `Microsoft.AspNetCore.MemoryPool` me
|`aspnetcore.memory_pool.total_rented`| Counter |`By`| Total number of rented bytes from the pool. [1]|||
411
+
|`aspnetcore.memory_pool.rented`| Counter |`By`| Total number of bytes rented from the memory pool. [1]|||
412
412
413
413
**[1]:** Meter name: `Microsoft.AspNetCore.MemoryPool`; Added in: ASP.NET Core 10.0
0 commit comments