The collector monitors Intel GPUs via the Linux kernel’s sysfs, hwmon, and DRM interfaces exposed by the i915 and Xe drivers. No Intel GPU tools, no OneAPI, and no user-space libraries are required.Documentation Index
Fetch the complete documentation index at: https://docs.openlit.io/llms.txt
Use this file to discover all available pages before exploring further.
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

