Constant PROCESS_EXECUTABLE_PATH
pub const PROCESS_EXECUTABLE_PATH: &'static str;
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"