prometheus / procfs

procfs provides functions to retrieve system, kernel and process metrics from the pseudo-filesystem proc.
Apache License 2.0
754 stars 311 forks source link

Add support for guest_time and cguest_time stats. #597

Closed thomasbarrett closed 4 months ago

thomasbarrett commented 6 months ago

This PR adds support for the guest_time and cguest_time fields from /proc/<pid>/stat. These are useful for monitoring kvm guest processes.