You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm wondering if there would be interest in adding a new scraper to the hostmetrics receiver that exposes the host's sensors (temperature) metrics. I'm surprised it's not already supported, since it's fairly essential information to keep track of. I didn't find any discussion or feature request for it.
The gopsutil module already supports gathering it via the sensors package, so this should presumably be a relatively simple addition. I'm thinking that a separate sensors scraper makes sense, instead of adding it to the existing system one, but I could be convinced otherwise. It could be a single sensors.temperature gauge metric, with name, high, and critical attributes. Or it could also be under system as system.temperature...?
I would be willing to try implementing this myself. Just wanted to check if there's interest in merging it to the contrib project, and if so, some general design suggestions would be appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm wondering if there would be interest in adding a new scraper to the hostmetrics receiver that exposes the host's sensors (temperature) metrics. I'm surprised it's not already supported, since it's fairly essential information to keep track of. I didn't find any discussion or feature request for it.
The
gopsutil
module already supports gathering it via thesensors
package, so this should presumably be a relatively simple addition. I'm thinking that a separatesensors
scraper makes sense, instead of adding it to the existingsystem
one, but I could be convinced otherwise. It could be a singlesensors.temperature
gauge metric, withname
,high
, andcritical
attributes. Or it could also be undersystem
assystem.temperature
...?I would be willing to try implementing this myself. Just wanted to check if there's interest in merging it to the contrib project, and if so, some general design suggestions would be appreciated.
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions