opentelemetry_semantic_conventions::metric

Constant DOTNET_ASSEMBLY_COUNT

Source
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