[][src]Constant opentelemetry_semantic_conventions::resource::PROCESS_EXECUTABLE_PATH

pub const PROCESS_EXECUTABLE_PATH: Key;

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.