Constant HW_HOST_POWER
pub const HW_HOST_POWER: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
§Description
Instantaneous power consumed by the entire physical host in Watts (hw.host.energy is preferred)
§Notes
The overall energy usage of a host MUST be reported using the specific hw.host.energy and hw.host.power metrics only, instead of the generic hw.energy and hw.power described in the previous section, to prevent summing up overlapping values
§Metadata
| Instrument: | gauge |
| Unit: | W |
| Status: | Development |
§Attributes
| Name | Requirement |
|---|---|
crate::attribute::HW_ID | Required |
crate::attribute::HW_NAME | Recommended |
crate::attribute::HW_PARENT | Recommended |