opentelemetry_semantic_conventions::attribute

Constant PROCESS_COMMAND_ARGS

source
pub const PROCESS_COMMAND_ARGS: &str = "process.command_args";
Expand description

All the command arguments (including the command/executable itself) as received by the process. On Linux-based systems (and some other Unixoid systems supporting procfs), can be set according to the list of null-delimited strings extracted from proc/[pid]/cmdline. For libc-based executables, this would be the full argv vector passed to main.

ยงExamples

  • "cmd/otecol"
  • "--config=config.yaml"