rama::telemetry::opentelemetry::semantic_conventions::metric

Constant SYSTEM_CPU_PHYSICAL_COUNT

pub const SYSTEM_CPU_PHYSICAL_COUNT: &'static str;
Expand description

§Description

Reports the number of actual physical processor cores on the hardware

§Notes

Calculated by multiplying the number of sockets by the number of cores per socket

§Metadata

Instrument:updowncounter
Unit:{cpu}
Status:Development