The full path to the process executable. On Linux based systems, can be set to the target of `proc/[pid]/exe`. On Windows, can be set to the result of `GetProcessImageFileNameW`.
@example /usr/bin/cmd/otelcol
public const PROCESS_EXECUTABLE_PATH = 'process.executable.path';