Class HwIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.HwIncubatingAttributes
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classValues forHW_BATTERY_STATE.static final classValues forHW_GPU_TASK.static final classValues forHW_LIMIT_TYPE.static final classValues forHW_LOGICAL_DISK_STATE.static final classValues forHW_PHYSICAL_DISK_STATE.static final classValues forHW_STATE.static final classValues forHW_TAPE_DRIVE_OPERATION_TYPE.static final classValues forHW_TYPE. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>Design capacity in Watts-hours or Amper-hoursstatic final io.opentelemetry.api.common.AttributeKey<String>Battery chemistry, e.g.static final io.opentelemetry.api.common.AttributeKey<String>The current state of the batterystatic final io.opentelemetry.api.common.AttributeKey<String>BIOS version of the hardware componentstatic final io.opentelemetry.api.common.AttributeKey<String>Driver version for the hardware componentstatic final io.opentelemetry.api.common.AttributeKey<String>Type of the enclosure (useful for modular systems)static final io.opentelemetry.api.common.AttributeKey<String>Firmware version of the hardware componentstatic final io.opentelemetry.api.common.AttributeKey<String>Type of task the GPU is performingstatic 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>Type of limit for hardware componentsstatic final io.opentelemetry.api.common.AttributeKey<String>RAID Level of the logical diskstatic final io.opentelemetry.api.common.AttributeKey<String>State of the logical disk space usagestatic final io.opentelemetry.api.common.AttributeKey<String>Type of the memory modulestatic final io.opentelemetry.api.common.AttributeKey<String>Descriptive model name of the hardware componentstatic final io.opentelemetry.api.common.AttributeKey<String>An easily-recognizable name for the hardware componentLogical addresses of the adapter (e.g.static final io.opentelemetry.api.common.AttributeKey<String>Physical address of the adapter (e.g.static 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>S.M.A.R.T. (Self-Monitoring, Analysis, and Reporting Technology) attribute of the physical diskstatic final io.opentelemetry.api.common.AttributeKey<String>State of the physical disk endurance utilizationstatic final io.opentelemetry.api.common.AttributeKey<String>Type of the physical diskstatic final io.opentelemetry.api.common.AttributeKey<String>Location of the sensorstatic final io.opentelemetry.api.common.AttributeKey<String>Serial number of the hardware componentstatic final io.opentelemetry.api.common.AttributeKey<String>The current state of the componentstatic final io.opentelemetry.api.common.AttributeKey<String>Type of tape drive operationstatic final io.opentelemetry.api.common.AttributeKey<String>Type of the componentstatic final io.opentelemetry.api.common.AttributeKey<String>Vendor name of the hardware component -
Method Summary
-
Field Details
-
HW_BATTERY_CAPACITY
Design capacity in Watts-hours or Amper-hours -
HW_BATTERY_CHEMISTRY
Battery chemistry, e.g. Lithium-Ion, Nickel-Cadmium, etc. -
HW_BATTERY_STATE
The current state of the battery -
HW_BIOS_VERSION
BIOS version of the hardware component -
HW_DRIVER_VERSION
Driver version for the hardware component -
HW_ENCLOSURE_TYPE
Type of the enclosure (useful for modular systems) -
HW_FIRMWARE_VERSION
Firmware version of the hardware component -
HW_GPU_TASK
Type of task the GPU is performing -
HW_ID
An identifier for the hardware component, unique within the monitored host -
HW_LIMIT_TYPE
Type of limit for hardware components -
HW_LOGICAL_DISK_RAID_LEVEL
RAID Level of the logical disk -
HW_LOGICAL_DISK_STATE
State of the logical disk space usage -
HW_MEMORY_TYPE
Type of the memory module -
HW_MODEL
Descriptive model name of the hardware component -
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_ADDRESSESLogical addresses of the adapter (e.g. IP address, or WWPN) -
HW_NETWORK_PHYSICAL_ADDRESS
Physical address of the adapter (e.g. MAC address, or WWNN) -
HW_PARENT
Unique identifier of the parent component (typically thehw.idattribute of the enclosure, or disk controller) -
HW_PHYSICAL_DISK_SMART_ATTRIBUTE
public static final io.opentelemetry.api.common.AttributeKey<String> HW_PHYSICAL_DISK_SMART_ATTRIBUTES.M.A.R.T. (Self-Monitoring, Analysis, and Reporting Technology) attribute of the physical disk -
HW_PHYSICAL_DISK_STATE
State of the physical disk endurance utilization -
HW_PHYSICAL_DISK_TYPE
Type of the physical disk -
HW_SENSOR_LOCATION
Location of the sensor -
HW_SERIAL_NUMBER
Serial number of the hardware component -
HW_STATE
The current state of the component -
HW_TAPE_DRIVE_OPERATION_TYPE
Type of tape drive operation -
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. -
HW_VENDOR
Vendor name of the hardware component
-