opentelemetry_semantic_conventions::attribute

Constant HOST_CPU_VENDOR_ID

Source
pub const HOST_CPU_VENDOR_ID: &str = "host.cpu.vendor.id";
Expand description

Processor manufacturer identifier. A maximum 12-character string.

§Notes

CPUID command returns the vendor ID string in EBX, EDX and ECX registers. Writing these to memory in this order results in a 12-character string.

§Examples

  • "GenuineIntel"