opentelemetry_semantic_conventions::attribute

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, can be set to the Name in proc/[pid]/status. On Windows, can be set to the base name of GetProcessImageFileNameW.

ยงExamples

  • "otelcol"