opentelemetry_semantic_conventions::attribute

Constant PROCESS_EXECUTABLE_PATH

Source
pub const PROCESS_EXECUTABLE_PATH: &str = "process.executable.path";
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"