Skip to main content

ASPNETCORE_MEMORY_POOL_EVICTED

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

NameRequirement
crate::attribute::ASPNETCORE_MEMORY_POOL_OWNERConditionally_required: if owner is specified when the memory pool is created.