Constant PROCESS_EXECUTABLE_NAME

Source
pub const PROCESS_EXECUTABLE_NAME: &str = "process.executable.name";
Expand description

The name of the process executable. On Linux based systems, this SHOULD be set to the base name of the target of /proc/[pid]/exe. On Windows, this SHOULD be set to the base name of GetProcessImageFileNameW.

§Notes

§Examples

  • "otelcol"