Constant telemetry_rust::semconv::PROCESS_EXECUTABLE_PATH

source ·
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