opentelemetry_semantic_conventions::metric

Constant DOTNET_PROCESS_CPU_COUNT

Source
pub const DOTNET_PROCESS_CPU_COUNT: &str = "dotnet.process.cpu.count";
Expand description

§Description

The number of processors available to the process.

§Notes

Meter name: System.Runtime; Added in: .NET 9.0. This metric reports the same values as accessing Environment.ProcessorCount

§Metadata

Instrument:updowncounter
Unit:{cpu}
Status:Experimental