Module: OpenTelemetry::SemConv::Incubating::HOST
- Defined in:
- lib/opentelemetry/semconv/incubating/host/attributes.rb
Attribute Names collapse
- HOST_ARCH =
Note:
Stability Level: development
The CPU architecture the host system is running on.
'host.arch'
- HOST_CPU_CACHE_L2_SIZE =
Note:
Stability Level: development
The amount of level 2 memory cache available to the processor (in Bytes).
'host.cpu.cache.l2.size'
- HOST_CPU_FAMILY =
Note:
Stability Level: development
Family or generation of the CPU.
'host.cpu.family'
- HOST_CPU_MODEL_ID =
Note:
Stability Level: development
Model identifier. It provides more granular information about the CPU, distinguishing it from other CPUs within the same family.
'host.cpu.model.id'
- HOST_CPU_MODEL_NAME =
Note:
Stability Level: development
Model designation of the processor.
'host.cpu.model.name'
- HOST_CPU_STEPPING =
Note:
Stability Level: development
Stepping or core revisions.
'host.cpu.stepping'
- HOST_CPU_VENDOR_ID =
Note:
Stability Level: development
Processor manufacturer identifier. A maximum 12-character string.
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.
'host.cpu.vendor.id'
- HOST_ID =
Note:
Stability Level: development
Unique host ID. For Cloud, this must be the instance_id assigned by the cloud provider. For non-containerized systems, this should be the
machine-id
. See the table below for the sources to use to determine themachine-id
based on operating system. 'host.id'
- HOST_IMAGE_ID =
Note:
Stability Level: development
VM image ID or host OS image ID. For Cloud, this value is from the provider.
'host.image.id'
- HOST_IMAGE_NAME =
Note:
Stability Level: development
Name of the VM image or OS install the host was instantiated from.
'host.image.name'
- HOST_IMAGE_VERSION =
Note:
Stability Level: development
The version string of the VM image or host OS as defined in Version Attributes.
'host.image.version'
- HOST_IP =
Note:
Stability Level: development
Available IP addresses of the host, excluding loopback interfaces.
IPv4 Addresses MUST be specified in dotted-quad notation. IPv6 addresses MUST be specified in the RFC 5952 format.
'host.ip'
- HOST_MAC =
Note:
Stability Level: development
Available MAC addresses of the host, excluding loopback interfaces.
MAC Addresses MUST be represented in IEEE RA hexadecimal form: as hyphen-separated octets in uppercase hexadecimal form from most to least significant.
'host.mac'
- HOST_NAME =
Note:
Stability Level: development
Name of the host. On Unix systems, it may contain what the hostname command returns, or the fully qualified hostname, or another name specified by the user.
'host.name'
- HOST_TYPE =
Note:
Stability Level: development
Type of host. For Cloud, this must be the machine type.
'host.type'