+ Available — discrete GPU nodes
+
+ Source: node_hwmon_energy_joule_total via node-exporter hwmon collector (enabled by default).
+ Requires the i915 kernel driver on the node. iGPU nodes do not expose hwmon sensors.
+
+ >
+ ),
+ },
+ {
+ name: 'Frequency (MHz)',
+ value: (
+ <>
+ Not available
+
+ i915 exposes gt_*_freq_mhz via DRM sysfs but node-exporter's{' '}
+ --collector.drm flag is AMD-only and does not read these files.
+ A custom exporter or textfile-collector sidecar writing these values would be required.
+
+ >
+ ),
+ },
+ {
+ name: 'Utilization (%)',
+ value: (
+ <>
+ Not available
+
+ No standard Prometheus collector exposes i915 engine busy percentage.
+ Would require intel-gpu-top, XPU Manager, or a custom DRM-based exporter.
+
+ >
+ ),
+ },
+ {
+ name: 'iGPU nodes',
+ value: (
+ <>
+ No metrics available
+
+ The integrated GPU driver does not expose hwmon sensors. No Prometheus metrics
+ are available for iGPU nodes regardless of configuration.
+
+ >
+ ),
+ },
+ ]}
+ />
+