I have downloaded the prometheus node exporter in prometheus official site https://prometheus.io/download/ for my linux system.
If i run the node exporter file , it is running fine and able to see the metrics in 9100 port.
In 9100 metrics , i am looking to extract the running process (for example: i need to extract any running application like 'chrome' browser) , but i do not have any config files inside the node exporter directory to filter the running process.
Is their any commands available to filter the required running process in node exporter like, ./node_exporter "filter process like 'chrome'"
can i use "prometheus.yml" file 'labels' to filter running process in my linux system.
Kindly suggest me , how to extract the running process and system details in node exporter.