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]|||
334
+
335
+
**[1]:** Meter name: `Microsoft.AspNetCore.MemoryPool`; Added in: ASP.NET Core 10.0
|[`aspnetcore.memory_pool.owner`](/docs/registry/attributes/aspnetcore.md)| string | The name of part of the app using the pool instance. |`Sockets`; `NamedPipes`|`Conditionally Required`[1]||
340
+
341
+
**[1]`aspnetcore.memory_pool.owner`:** if owner is specified when the memory pool is created.
|`aspnetcore.memory_pool.evicted_memory`| Counter |`By`| Total number of bytes that have been evicted. [1]|||
360
+
361
+
**[1]:** Meter name: `Microsoft.AspNetCore.MemoryPool`; Added in: ASP.NET Core 10.0
|[`aspnetcore.memory_pool.owner`](/docs/registry/attributes/aspnetcore.md)| string | The name of part of the app using the pool instance. |`Sockets`; `NamedPipes`|`Conditionally Required`[1]||
366
+
367
+
**[1]`aspnetcore.memory_pool.owner`:** if owner is specified when the memory pool is created.
|`aspnetcore.memory_pool.total_allocated`| Counter |`By`| Total number of allocations made by the pool. [1]|||
386
+
387
+
**[1]:** Meter name: `Microsoft.AspNetCore.MemoryPool`; Added in: ASP.NET Core 10.0
|[`aspnetcore.memory_pool.owner`](/docs/registry/attributes/aspnetcore.md)| string | The name of part of the app using the pool instance. |`Sockets`; `NamedPipes`|`Conditionally Required`[1]||
392
+
393
+
**[1]`aspnetcore.memory_pool.owner`:** if owner is specified when the memory pool is created.
|`aspnetcore.memory_pool.total_rented`| Counter |`By`| Total number of rented bytes from the pool. [1]|||
412
+
413
+
**[1]:** Meter name: `Microsoft.AspNetCore.MemoryPool`; Added in: ASP.NET Core 10.0
|[`aspnetcore.memory_pool.owner`](/docs/registry/attributes/aspnetcore.md)| string | The name of part of the app using the pool instance. |`Sockets`; `NamedPipes`|`Conditionally Required`[1]||
418
+
419
+
**[1]`aspnetcore.memory_pool.owner`:** if owner is specified when the memory pool is created.
0 commit comments