Class HwIncubatingAttributes

java.lang.Object
io.opentelemetry.semconv.incubating.HwIncubatingAttributes

public final class HwIncubatingAttributes extends Object
  • Field Details

    • HW_BATTERY_CAPACITY

      public static final io.opentelemetry.api.common.AttributeKey<String> HW_BATTERY_CAPACITY
      Design capacity in Watts-hours or Amper-hours
    • HW_BATTERY_CHEMISTRY

      public static final io.opentelemetry.api.common.AttributeKey<String> HW_BATTERY_CHEMISTRY
      Battery chemistry, e.g. Lithium-Ion, Nickel-Cadmium, etc.
    • HW_BATTERY_STATE

      public static final io.opentelemetry.api.common.AttributeKey<String> HW_BATTERY_STATE
      The current state of the battery
    • HW_BIOS_VERSION

      public static final io.opentelemetry.api.common.AttributeKey<String> HW_BIOS_VERSION
      BIOS version of the hardware component
    • HW_DRIVER_VERSION

      public static final io.opentelemetry.api.common.AttributeKey<String> HW_DRIVER_VERSION
      Driver version for the hardware component
    • HW_ENCLOSURE_TYPE

      public static final io.opentelemetry.api.common.AttributeKey<String> HW_ENCLOSURE_TYPE
      Type of the enclosure (useful for modular systems)
    • HW_FIRMWARE_VERSION

      public static final io.opentelemetry.api.common.AttributeKey<String> HW_FIRMWARE_VERSION
      Firmware version of the hardware component
    • HW_GPU_TASK

      public static final io.opentelemetry.api.common.AttributeKey<String> HW_GPU_TASK
      Type of task the GPU is performing
    • HW_ID

      public static final io.opentelemetry.api.common.AttributeKey<String> HW_ID
      An identifier for the hardware component, unique within the monitored host
    • HW_LIMIT_TYPE

      public static final io.opentelemetry.api.common.AttributeKey<String> HW_LIMIT_TYPE
      Type of limit for hardware components
    • HW_LOGICAL_DISK_RAID_LEVEL

      public static final io.opentelemetry.api.common.AttributeKey<String> HW_LOGICAL_DISK_RAID_LEVEL
      RAID Level of the logical disk
    • HW_LOGICAL_DISK_STATE

      public static final io.opentelemetry.api.common.AttributeKey<String> HW_LOGICAL_DISK_STATE
      State of the logical disk space usage
    • HW_MEMORY_TYPE

      public static final io.opentelemetry.api.common.AttributeKey<String> HW_MEMORY_TYPE
      Type of the memory module
    • HW_MODEL

      public static final io.opentelemetry.api.common.AttributeKey<String> HW_MODEL
      Descriptive model name of the hardware component
    • HW_NAME

      public static final io.opentelemetry.api.common.AttributeKey<String> HW_NAME
      An easily-recognizable name for the hardware component
    • HW_NETWORK_LOGICAL_ADDRESSES

      public static final io.opentelemetry.api.common.AttributeKey<List<String>> HW_NETWORK_LOGICAL_ADDRESSES
      Logical addresses of the adapter (e.g. IP address, or WWPN)
    • HW_NETWORK_PHYSICAL_ADDRESS

      public static final io.opentelemetry.api.common.AttributeKey<String> HW_NETWORK_PHYSICAL_ADDRESS
      Physical address of the adapter (e.g. MAC address, or WWNN)
    • HW_PARENT

      public static final io.opentelemetry.api.common.AttributeKey<String> HW_PARENT
      Unique identifier of the parent component (typically the hw.id attribute of the enclosure, or disk controller)
    • HW_PHYSICAL_DISK_SMART_ATTRIBUTE

      public static final io.opentelemetry.api.common.AttributeKey<String> HW_PHYSICAL_DISK_SMART_ATTRIBUTE
      S.M.A.R.T. (Self-Monitoring, Analysis, and Reporting Technology) attribute of the physical disk
    • HW_PHYSICAL_DISK_STATE

      public static final io.opentelemetry.api.common.AttributeKey<String> HW_PHYSICAL_DISK_STATE
      State of the physical disk endurance utilization
    • HW_PHYSICAL_DISK_TYPE

      public static final io.opentelemetry.api.common.AttributeKey<String> HW_PHYSICAL_DISK_TYPE
      Type of the physical disk
    • HW_SENSOR_LOCATION

      public static final io.opentelemetry.api.common.AttributeKey<String> HW_SENSOR_LOCATION
      Location of the sensor
    • HW_SERIAL_NUMBER

      public static final io.opentelemetry.api.common.AttributeKey<String> HW_SERIAL_NUMBER
      Serial number of the hardware component
    • HW_STATE

      public static final io.opentelemetry.api.common.AttributeKey<String> HW_STATE
      The current state of the component
    • HW_TAPE_DRIVE_OPERATION_TYPE

      public static final io.opentelemetry.api.common.AttributeKey<String> HW_TAPE_DRIVE_OPERATION_TYPE
      Type of tape drive operation
    • HW_TYPE

      public static final io.opentelemetry.api.common.AttributeKey<String> HW_TYPE
      Type of the component

      Notes:

      Describes the category of the hardware component for which hw.state is being reported. For example, hw.type=temperature along with hw.state=degraded would indicate that the temperature of the hardware component has been reported as degraded.

    • HW_VENDOR

      public static final io.opentelemetry.api.common.AttributeKey<String> HW_VENDOR
      Vendor name of the hardware component