pub const DOTNET_ASSEMBLY_COUNT: &str = "dotnet.assembly.count";
Expand description
§Description
The number of .NET assemblies that are currently loaded.
§Notes
Meter name: System.Runtime
; Added in: .NET 9.0.
This metric reports the same values as calling AppDomain.CurrentDomain.GetAssemblies().Length
§Metadata
Instrument: | updowncounter |
Unit: | {assembly} |
Status: | Experimental |