Class HwIncubatingAttributes

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

public final class HwIncubatingAttributes extends Object
  • Field Details

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

      public static final io.opentelemetry.api.common.AttributeKey<String> HW_NAME
      An easily-recognizable name for the hardware component
    • 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_STATE

      public static final io.opentelemetry.api.common.AttributeKey<String> HW_STATE
      The current state of the component
    • 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.