HostIncubatingAttributes
in
Semantic attributes and corresponding values for host.
Tags
Table of Contents
Constants
- HOST_ARCH = 'host.arch'
- The CPU architecture the host system is running on.
- HOST_ARCH_VALUE_AMD64 = 'amd64'
- AMD64
- HOST_ARCH_VALUE_ARM32 = 'arm32'
- ARM32
- HOST_ARCH_VALUE_ARM64 = 'arm64'
- ARM64
- HOST_ARCH_VALUE_IA64 = 'ia64'
- Itanium
- HOST_ARCH_VALUE_PPC32 = 'ppc32'
- 32-bit PowerPC
- HOST_ARCH_VALUE_PPC64 = 'ppc64'
- 64-bit PowerPC
- HOST_ARCH_VALUE_S390X = 's390x'
- IBM z/Architecture
- HOST_ARCH_VALUE_X86 = 'x86'
- 32-bit x86
- HOST_CPU_CACHE_L2_SIZE = 'host.cpu.cache.l2.size'
- The amount of level 2 memory cache available to the processor (in Bytes).
- HOST_CPU_FAMILY = 'host.cpu.family'
- Family or generation of the CPU.
- HOST_CPU_MODEL_ID = 'host.cpu.model.id'
- Model identifier. It provides more granular information about the CPU, distinguishing it from other CPUs within the same family.
- HOST_CPU_MODEL_NAME = 'host.cpu.model.name'
- Model designation of the processor.
- HOST_CPU_STEPPING = 'host.cpu.stepping'
- Stepping or core revisions.
- HOST_CPU_VENDOR_ID = 'host.cpu.vendor.id'
- Processor manufacturer identifier. A maximum 12-character string.
- HOST_ID = 'host.id'
- 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 the `machine-id` based on operating system.
- HOST_IMAGE_ID = 'host.image.id'
- VM image ID or host OS image ID. For Cloud, this value is from the provider.
- HOST_IMAGE_NAME = 'host.image.name'
- Name of the VM image or OS install the host was instantiated from.
- HOST_IMAGE_VERSION = 'host.image.version'
- The version string of the VM image or host OS as defined in [Version Attributes](/docs/resource/README.md#version-attributes).
- HOST_IP = 'host.ip'
- Available IP addresses of the host, excluding loopback interfaces.
- HOST_MAC = 'host.mac'
- Available MAC addresses of the host, excluding loopback interfaces.
- HOST_NAME = 'host.name'
- 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_TYPE = 'host.type'
- Type of host. For Cloud, this must be the machine type.
Constants
HOST_ARCH
The CPU architecture the host system is running on.
public
mixed
HOST_ARCH
= 'host.arch'
Tags
HOST_ARCH_VALUE_AMD64
AMD64
public
mixed
HOST_ARCH_VALUE_AMD64
= 'amd64'
Tags
HOST_ARCH_VALUE_ARM32
ARM32
public
mixed
HOST_ARCH_VALUE_ARM32
= 'arm32'
Tags
HOST_ARCH_VALUE_ARM64
ARM64
public
mixed
HOST_ARCH_VALUE_ARM64
= 'arm64'
Tags
HOST_ARCH_VALUE_IA64
Itanium
public
mixed
HOST_ARCH_VALUE_IA64
= 'ia64'
Tags
HOST_ARCH_VALUE_PPC32
32-bit PowerPC
public
mixed
HOST_ARCH_VALUE_PPC32
= 'ppc32'
Tags
HOST_ARCH_VALUE_PPC64
64-bit PowerPC
public
mixed
HOST_ARCH_VALUE_PPC64
= 'ppc64'
Tags
HOST_ARCH_VALUE_S390X
IBM z/Architecture
public
mixed
HOST_ARCH_VALUE_S390X
= 's390x'
Tags
HOST_ARCH_VALUE_X86
32-bit x86
public
mixed
HOST_ARCH_VALUE_X86
= 'x86'
Tags
HOST_CPU_CACHE_L2_SIZE
The amount of level 2 memory cache available to the processor (in Bytes).
public
mixed
HOST_CPU_CACHE_L2_SIZE
= 'host.cpu.cache.l2.size'
Tags
HOST_CPU_FAMILY
Family or generation of the CPU.
public
mixed
HOST_CPU_FAMILY
= 'host.cpu.family'
Tags
HOST_CPU_MODEL_ID
Model identifier. It provides more granular information about the CPU, distinguishing it from other CPUs within the same family.
public
mixed
HOST_CPU_MODEL_ID
= 'host.cpu.model.id'
Tags
HOST_CPU_MODEL_NAME
Model designation of the processor.
public
mixed
HOST_CPU_MODEL_NAME
= 'host.cpu.model.name'
Tags
HOST_CPU_STEPPING
Stepping or core revisions.
public
mixed
HOST_CPU_STEPPING
= 'host.cpu.stepping'
Tags
HOST_CPU_VENDOR_ID
Processor manufacturer identifier. A maximum 12-character string.
public
mixed
HOST_CPU_VENDOR_ID
= 'host.cpu.vendor.id'
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.
Tags
HOST_ID
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 the `machine-id` based on operating system.
public
mixed
HOST_ID
= 'host.id'
Tags
HOST_IMAGE_ID
VM image ID or host OS image ID. For Cloud, this value is from the provider.
public
mixed
HOST_IMAGE_ID
= 'host.image.id'
Tags
HOST_IMAGE_NAME
Name of the VM image or OS install the host was instantiated from.
public
mixed
HOST_IMAGE_NAME
= 'host.image.name'
Tags
HOST_IMAGE_VERSION
The version string of the VM image or host OS as defined in [Version Attributes](/docs/resource/README.md#version-attributes).
public
mixed
HOST_IMAGE_VERSION
= 'host.image.version'
Tags
HOST_IP
Available IP addresses of the host, excluding loopback interfaces.
public
mixed
HOST_IP
= 'host.ip'
IPv4 Addresses MUST be specified in dotted-quad notation. IPv6 addresses MUST be specified in the RFC 5952 format.
Tags
HOST_MAC
Available MAC addresses of the host, excluding loopback interfaces.
public
mixed
HOST_MAC
= 'host.mac'
MAC Addresses MUST be represented in IEEE RA hexadecimal form: as hyphen-separated octets in uppercase hexadecimal form from most to least significant.
Tags
HOST_NAME
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.
public
mixed
HOST_NAME
= 'host.name'
Tags
HOST_TYPE
Type of host. For Cloud, this must be the machine type.
public
mixed
HOST_TYPE
= 'host.type'