Class HwIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.HwIncubatingAttributes
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>An identifier for the hardware component, unique within the monitored hoststatic final io.opentelemetry.api.common.AttributeKey<String>An easily-recognizable name for the hardware componentstatic final io.opentelemetry.api.common.AttributeKey<String>Unique identifier of the parent component (typically thehw.idattribute of the enclosure, or disk controller)static final io.opentelemetry.api.common.AttributeKey<String>The current state of the componentstatic final io.opentelemetry.api.common.AttributeKey<String>Type of the component -
Method Summary
-
Field Details
-
HW_ID
An identifier for the hardware component, unique within the monitored host -
HW_NAME
An easily-recognizable name for the hardware component -
HW_PARENT
Unique identifier of the parent component (typically thehw.idattribute of the enclosure, or disk controller) -
HW_STATE
The current state of the component -
HW_TYPE
Type of the componentNotes:
Describes the category of the hardware component for which
hw.stateis being reported. For example,hw.type=temperaturealong withhw.state=degradedwould indicate that the temperature of the hardware component has been reported asdegraded.
-