node_exporter icon indicating copy to clipboard operation
node_exporter copied to clipboard

Documents related to node_exporter metrics

Open xiaokuncom opened this issue 2 years ago • 3 comments

At present, I am learning node_exporter, but there are many metric names. I wonder if there are any relevant documents that have sorted out all the metric names and their meanings for reference.

xiaokuncom avatar Feb 22 '23 07:02 xiaokuncom

To my knowledge there is no such a list enumerating all the metrics names from node_exporter. It may be possible to automatically generate this list from the existing code, just need to figure out how to do that. Do you have an idea? :)

raptorsun avatar Mar 07 '23 10:03 raptorsun

Sorry, I don't have any ideas at the moment. I'm just wondering if the maintenance personnel of this project have time to compile these indicators in a unified way, or if they can record the name, purpose and meaning of the new indicators in an open designated directory in the subsequent maintenance process.

xiaokuncom avatar Mar 09 '23 02:03 xiaokuncom

We don't really have time nor plans to do so. The metrics usually come directly from proc/sysfs and the kernel have documentation for these. I'd be open though to be more consistent in the metrics descriptors to always show where the metrics are coming from to find the kernel docs more easily

discordianfish avatar Mar 20 '23 11:03 discordianfish