pub const DOTNET_PROCESS_MEMORY_WORKING_SET: &str = "dotnet.process.memory.working_set";
Expand description
§Description
The number of bytes of physical memory mapped to the process context.
§Notes
Meter name: System.Runtime
; Added in: .NET 9.0.
This metric reports the same values as calling Environment.WorkingSet
§Metadata
Instrument: | updowncounter |
Unit: | By |
Status: | Experimental |