TraceAttributes::PROCESS_COMMAND_ARGS
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`.
@example cmd/otecol @example --config=config.yaml
File
-
vendor/
open-telemetry/ sem-conv/ TraceAttributes.php, line 3280
Class
Namespace
OpenTelemetry\SemConvCode
public const PROCESS_COMMAND_ARGS = 'process.command_args';