lukasmalkmus / rpi_exporter

A Raspberry Pi CPU temperature exporter.
Apache License 2.0
78 stars 17 forks source link

[Feature] Add goarch to rpi_exporter_build_info metric #28

Open ToMe25 opened 8 months ago

ToMe25 commented 8 months ago

In my opinion it would be nice if the rpi_exporter_build_info metric would contain the GOARCH value used when building the exporter, like it does for the node exporter.

As an ARM specific exporter I believe it would be worth considering adding the GOARM value there as well, unlike the node exporter.

Also unlike the node exporter I do not believe there is much use in adding the GOOS value to the build info metric.

lukasmalkmus commented 5 months ago

Feel free to tackle this. I'll keep the issues open. But at the moment I don't have capacity to work in this exporter apart from occasional maintenance.

ToMe25 commented 5 months ago

I opened these recent issues mostly to track these things, I don't consider them to have any significant urgency.

I will look into implementing some of them if and when I find the time and motivation to do so :)