Constant DOTNET_GC_LAST_COLLECTION_HEAP_SIZE
pub const DOTNET_GC_LAST_COLLECTION_HEAP_SIZE: &'static str;Available on crate feature
opentelemetry only.Expand description
§Description
The managed GC heap size (including fragmentation), as observed during the latest garbage collection.
§Notes
Meter name: System.Runtime; Added in: .NET 9.0.
This metric reports the same values as calling GC.GetGCMemoryInfo().GenerationInfo.SizeAfterBytes
§Metadata
| Instrument: | updowncounter |
| Unit: | By |
| Status: | Stable |
§Attributes
| Name | Requirement |
|---|---|
crate::attribute::DOTNET_GC_HEAP_GENERATION | Required |