You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As @AshBerlin mentionned (https://twitter.com/AshBerlin/status/674898027283369985) the process check uses psutil to get pids, but psutil retrieves them in /proc by default which won't be useful here as the host's pids are in /host/proc. However psutil 3.3 allows to change the /proc location through psutil.PROCFS_PATH. Once DataDog/dd-agent#2134 is merged we need to fix this.
The text was updated successfully, but these errors were encountered:
As @AshBerlin mentionned (https://twitter.com/AshBerlin/status/674898027283369985) the process check uses psutil to get pids, but psutil retrieves them in
/proc
by default which won't be useful here as the host's pids are in/host/proc
. However psutil 3.3 allows to change the/proc
location throughpsutil.PROCFS_PATH
. Once DataDog/dd-agent#2134 is merged we need to fix this.The text was updated successfully, but these errors were encountered: