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.pooled`| UpDownCounter |`By`| Number of bytes currently pooled and available for reuse. [1]|||
327
+
328
+
**[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 the library or subsystem using the memory pool instance. |`kestrel`; `iis`|`Conditionally Required`[1]||
333
+
334
+
**[1]`aspnetcore.memory_pool.owner`:** if owner is specified when the memory pool is created.
|`aspnetcore.memory_pool.evicted`| Counter |`By`| Total number of bytes evicted from the memory pool. Eviction occurs when idle pooled memory is reclaimed. [1]|||
353
+
354
+
**[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 the library or subsystem using the memory pool instance. |`kestrel`; `iis`|`Conditionally Required`[1]||
359
+
360
+
**[1]`aspnetcore.memory_pool.owner`:** if owner is specified when the memory pool is created.
|`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]|||
379
+
380
+
**[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 the library or subsystem using the memory pool instance. |`kestrel`; `iis`|`Conditionally Required`[1]||
385
+
386
+
**[1]`aspnetcore.memory_pool.owner`:** if owner is specified when the memory pool is created.
|`aspnetcore.memory_pool.rented`| Counter |`By`| Total number of bytes rented from the memory pool. [1]|||
405
+
406
+
**[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 the library or subsystem using the memory pool instance. |`kestrel`; `iis`|`Conditionally Required`[1]||
411
+
412
+
**[1]`aspnetcore.memory_pool.owner`:** if owner is specified when the memory pool is created.
413
+
414
+
<!-- markdownlint-restore -->
415
+
<!-- prettier-ignore-end -->
416
+
<!-- END AUTOGENERATED TEXT -->
417
+
<!-- endsemconv -->
418
+
306
419
## Identity
307
420
308
421
All ASP.NET Core Identity metrics are reported by the `Microsoft.AspNetCore.Identity` meter.
Copy file name to clipboardExpand all lines: docs/registry/attributes/aspnetcore.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ ASP.NET Core attributes
21
21
| <aid="aspnetcore-identity-token-verified"href="#aspnetcore-identity-token-verified">`aspnetcore.identity.token_verified`</a> | string | The result of token verification. |`success`; `failure`||
22
22
| <aid="aspnetcore-identity-user-update-type"href="#aspnetcore-identity-user-update-type">`aspnetcore.identity.user.update_type`</a> | string | The user update type. |`update`; `user_name`; `reset_password`||
23
23
| <aid="aspnetcore-identity-user-type"href="#aspnetcore-identity-user-type">`aspnetcore.identity.user_type`</a> | string | The full name of the identity user type. |`Contoso.ContosoUser`||
24
+
| <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`||
26
27
| <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