HostExperimentalAttributes

org.typelevel.otel4s.semconv.experimental.attributes.HostExperimentalAttributes

Attributes

Source
HostExperimentalAttributes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

abstract class HostArchValue(val value: String)

Values for HostArch.

Values for HostArch.

Attributes

Companion
object
Source
HostExperimentalAttributes.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Amd64
object Arm32
object Arm64
object Ia64
object Ppc32
object Ppc64
object S390x
object X86
Show all
object HostArchValue

Attributes

Companion
class
Source
HostExperimentalAttributes.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete fields

The CPU architecture the host system is running on.

The CPU architecture the host system is running on.

Attributes

Source
HostExperimentalAttributes.scala

The amount of level 2 memory cache available to the processor (in Bytes).

The amount of level 2 memory cache available to the processor (in Bytes).

Attributes

Source
HostExperimentalAttributes.scala

Family or generation of the CPU.

Family or generation of the CPU.

Attributes

Source
HostExperimentalAttributes.scala

Model identifier.

Model identifier. It provides more granular information about the CPU, distinguishing it from other CPUs within the same family.

Attributes

Source
HostExperimentalAttributes.scala

Model designation of the processor.

Model designation of the processor.

Attributes

Source
HostExperimentalAttributes.scala

Stepping or core revisions.

Stepping or core revisions.

Attributes

Source
HostExperimentalAttributes.scala

Processor manufacturer identifier.

Processor manufacturer identifier. A maximum 12-character string.

Attributes

Note

  • 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.

Source
HostExperimentalAttributes.scala

Unique 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.

Attributes

Source
HostExperimentalAttributes.scala

VM image ID or host OS image ID.

VM image ID or host OS image ID. For Cloud, this value is from the provider.

Attributes

Source
HostExperimentalAttributes.scala

Name of the VM image or OS install the host was instantiated from.

Name of the VM image or OS install the host was instantiated from.

Attributes

Source
HostExperimentalAttributes.scala

The version string of the VM image or host OS as defined in <a href="/docs/resource/README.md#version-attributes">Version Attributes.

The version string of the VM image or host OS as defined in <a href="/docs/resource/README.md#version-attributes">Version Attributes.

Attributes

Source
HostExperimentalAttributes.scala

Available IP addresses of the host, excluding loopback interfaces.

Available IP addresses of the host, excluding loopback interfaces.

Attributes

Note

  • IPv4 Addresses MUST be specified in dotted-quad notation. IPv6 addresses MUST be specified in the <a href="https://www.rfc-editor.org/rfc/rfc5952.html">RFC 5952 format.

Source
HostExperimentalAttributes.scala

Available MAC addresses of the host, excluding loopback interfaces.

Available MAC addresses of the host, excluding loopback interfaces.

Attributes

Note

  • MAC Addresses MUST be represented in <a href="https://standards.ieee.org/wp-content/uploads/import/documents/tutorials/eui.pdf">IEEE RA hexadecimal form: as hyphen-separated octets in uppercase hexadecimal form from most to least significant.

Source
HostExperimentalAttributes.scala

Name of the host.

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.

Attributes

Source
HostExperimentalAttributes.scala

Type of host.

Type of host. For Cloud, this must be the machine type.

Attributes

Source
HostExperimentalAttributes.scala