Monitoring Cpu Temperatures

I would like to monitor the cpu temperatures of workstations.
Is this possible with Prometheus?

node_exporter exposes temperatures via hwmon collector on Linux: node_hwmon_temp_celsius, windows_exporter has a thermalzone collector.