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.owner`](/docs/registry/attributes/aspnetcore.md)| string | The name of the part of the app using the pool instance. |`Sockets`; `NamedPipes`|`Conditionally Required`[1]||
339
+
|[`aspnetcore.memory_pool.owner`](/docs/registry/attributes/aspnetcore.md)| string | The name of the library or subsystem using the memory pool instance. |`kestrel`; `iis`|`Conditionally Required`[1]||
340
340
341
341
**[1]`aspnetcore.memory_pool.owner`:** if owner is specified when the memory pool is created.
342
342
@@ -362,7 +362,7 @@ All memory pool metrics are reported by the `Microsoft.AspNetCore.MemoryPool` me
|[`aspnetcore.memory_pool.owner`](/docs/registry/attributes/aspnetcore.md)| string | The name of the part of the app using the pool instance. |`Sockets`; `NamedPipes`|`Conditionally Required`[1]||
365
+
|[`aspnetcore.memory_pool.owner`](/docs/registry/attributes/aspnetcore.md)| string | The name of the library or subsystem using the memory pool instance. |`kestrel`; `iis`|`Conditionally Required`[1]||
366
366
367
367
**[1]`aspnetcore.memory_pool.owner`:** if owner is specified when the memory pool is created.
368
368
@@ -388,7 +388,7 @@ All memory pool metrics are reported by the `Microsoft.AspNetCore.MemoryPool` me
|[`aspnetcore.memory_pool.owner`](/docs/registry/attributes/aspnetcore.md)| string | The name of the part of the app using the pool instance. |`Sockets`; `NamedPipes`|`Conditionally Required`[1]||
391
+
|[`aspnetcore.memory_pool.owner`](/docs/registry/attributes/aspnetcore.md)| string | The name of the library or subsystem using the memory pool instance. |`kestrel`; `iis`|`Conditionally Required`[1]||
392
392
393
393
**[1]`aspnetcore.memory_pool.owner`:** if owner is specified when the memory pool is created.
394
394
@@ -414,7 +414,7 @@ All memory pool metrics are reported by the `Microsoft.AspNetCore.MemoryPool` me
|[`aspnetcore.memory_pool.owner`](/docs/registry/attributes/aspnetcore.md)| string | The name of the part of the app using the pool instance. |`Sockets`; `NamedPipes`|`Conditionally Required`[1]||
417
+
|[`aspnetcore.memory_pool.owner`](/docs/registry/attributes/aspnetcore.md)| string | The name of the library or subsystem using the memory pool instance. |`kestrel`; `iis`|`Conditionally Required`[1]||
418
418
419
419
**[1]`aspnetcore.memory_pool.owner`:** if owner is specified when the memory pool is created.
Copy file name to clipboardExpand all lines: docs/registry/attributes/aspnetcore.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ASP.NET Core attributes
11
11
|---|---|---|---|---|
12
12
| <aid="aspnetcore-diagnostics-exception-result"href="#aspnetcore-diagnostics-exception-result">`aspnetcore.diagnostics.exception.result`</a> | string | ASP.NET Core exception middleware handling result |`handled`; `unhandled`||
13
13
| <aid="aspnetcore-diagnostics-handler-type"href="#aspnetcore-diagnostics-handler-type">`aspnetcore.diagnostics.handler.type`</a> | string | Full type name of the [`IExceptionHandler`](https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.diagnostics.iexceptionhandler) implementation that handled the exception. |`Contoso.MyHandler`||
14
-
| <aid="aspnetcore-memory-pool-owner"href="#aspnetcore-memory-pool-owner">`aspnetcore.memory_pool.owner`</a> | string | The name of the part of the app using the pool instance. |`Sockets`; `NamedPipes`||
14
+
| <aid="aspnetcore-memory-pool-owner"href="#aspnetcore-memory-pool-owner">`aspnetcore.memory_pool.owner`</a> | string | The name of the library or subsystem using the memory pool instance. |`kestrel`; `iis`||
| <aid="aspnetcore-rate-limiting-result"href="#aspnetcore-rate-limiting-result">`aspnetcore.rate_limiting.result`</a> | string | Rate-limiting result, shows whether the lease was acquired or contains a rejection reason |`acquired`; `request_canceled`||
17
17
| <aid="aspnetcore-request-is-unhandled"href="#aspnetcore-request-is-unhandled">`aspnetcore.request.is_unhandled`</a> | boolean | Flag indicating if request was handled by the application pipeline. |`true`||
0 commit comments