-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Process per CPU, MEMORY; Interface speed and status UP/ Down; Threads #1137
Comments
Thank you. |
Per-process metrics are out of scope for the node exporter. I would look into cAdvisor or the process_exporter. Even better would be to add a client library in your applications. This way you can directly measure each process. The Prometheus client libraries include a number of automatic metrics for process memory and CPU information. #794 is about more information from |
Thank you @SuperQ this sounds great. |
The text was updated successfully, but these errors were encountered: