Node_exporter: Implement /sys/class/thermal collector

Created on 12 May 2019  路  5Comments  路  Source: prometheus/node_exporter

Now that procfs supports /sys/class/thermal we can implement it as a new node_exporter collector.

enhancement good first issue help wanted platforLinux

Most helpful comment

Can we have a release with this please?

All 5 comments

do you mean reading /sys/class/thermal/thermal_zone0/temp ? What if more than one thermal zone is available, should they be numbered or referenced by a name ? How about cooling_devices ?

Yes, we would want to label them by zone number. The cooling_devices would need to be implemented in the procfs library first.

ok if you agree I'll try to have a look on it; are there some guidelines on how to implement a new collector ?

I think this can be closed since it was fixed by #1425

Can we have a release with this please?

Was this page helpful?
0 / 5 - 0 ratings