Using TMPDIR instead of current users home.
Author: qzaidiCreated Feb 11, 2017Updated Oct 13, 2023
It may be a better idea to use TMPDIR instead of current user's home directory for writing gops port files. The homedir may not be writable, while TMPDIR is. It also allows us to run gops binary with a different user than the app embedding the gops agent.
Source: google/gops