-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Description
Currently Node Exporter has a metric called: node_uname_info which of course exposes uname info. While this is nice, it does not help if you are running different OSes which could have similar uname info.
Therefore it would be nice to include a similar node_os_release_info metric which would provide information regarding the OS release/version of the node.
This information can be easily gotten from files like:
/etc/release
/etc/os-release
/etc/version
While this functionality could be added through a textfile collector script, I think it would make sense to add it to the base exporter as uname is already supported here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels