pub const PROCESS_EXECUTABLE_PATH: Key;
Expand description
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
.
Examples
/usr/bin/cmd/otelcol