semconv.com

process.command_args

Release candidatestring[]as of v1.44.0

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. SHOULD NOT be collected by default unless there is sanitization that excludes sensitive data.

Examples

Used by

entitys (1)

  • process (opt-in)

spans (2)

  • span.cli.client
  • span.cli.internal

* required on that signal.

History

  1. v1.42.0stability

    Promoted to release_candidate.

  2. v1.31.0

    Stability label respelled from experimental to development.

  3. v1.30.0

    Already present at v1.30.0, the oldest release tracked here (experimental).

Definition sourceRegistry docsJSON