Expand description
Metrics and sensor abstraction. Sensor abstraction for Redfish entities.
This module provides a unified interface for accessing sensor data from
Redfish entities that support modern sensor links. The HasSensors trait
is implemented by entities that have associated sensors, and provides access
to a Sensor handle for sensor data retrieval.
§Modern vs Legacy Approach
This module supports the modern Redfish approach where entities have direct
links to their sensors. For legacy BMCs that only expose sensor data through
Chassis/Power and Chassis/Thermal, use those explicit endpoints instead.
Structs§
- Sensor
Ref - Handle for accessing sensor.