Constant opentelemetry_semantic_conventions::resource::PROCESS_COMMAND_LINE[][src]

pub const PROCESS_COMMAND_LINE: Key;

The full command used to launch the process.

The value can be either a list of strings representing the ordered list of arguments, or a single string representing the full command.

On Linux based systems, can be set to the list of null-delimited strings extracted from proc/[pid]/cmdline. On Windows, can be set to the result of GetCommandLineW.