Intel GPU support provides thermal, power, energy, and clock metrics. Utilization and memory metrics are not available via the sysfs/hwmon interface — these would require the Intel XPU Manager or similar tooling.
Requirements
- Linux with the
i915orxekernel driver - Kernel 5.10+ for sysfs metric exposure
- Kernel 6.16+ for fan speed (
fan1_input)
Collected metrics
| Metric | Source | Requirement |
|---|---|---|
hw.gpu.temperature | hwmon temp1_input | kernel 5.10+ |
hw.gpu.power.draw | hwmon power1_average | kernel 5.10+ |
hw.gpu.power.limit | hwmon power1_max | kernel 5.10+ |
hw.gpu.energy.consumed | hwmon energy1_input | kernel 5.10+ |
hw.gpu.clock.graphics | DRM gt_cur_freq_mhz | Xe driver |
hw.gpu.fan_speed | hwmon fan1_input | kernel 6.16+ |
Docker
Docker Compose
Kubernetes (DaemonSet)
Metrics reference
Full metrics list with types, units, and attributes
Configuration
All environment variables and defaults

