Constant ASPNETCORE_MEMORY_POOL_EVICTED
pub const ASPNETCORE_MEMORY_POOL_EVICTED: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
§Description
Total number of bytes evicted from the memory pool. Eviction occurs when idle pooled memory is reclaimed.
§Notes
Meter name: Microsoft.AspNetCore.MemoryPool; Added in: ASP.NET Core 10.0
§Metadata
| Instrument: | counter |
| Unit: | By |
| Status: | Development |
§Attributes
| Name | Requirement |
|---|---|
crate::attribute::ASPNETCORE_MEMORY_POOL_OWNER | Conditionally_required: if owner is specified when the memory pool is created. |