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
- ["cmd/otecol","--config=config.yaml"]
Used by
entitys (1)
- process (opt-in)
spans (2)
- span.cli.client
- span.cli.internal
* required on that signal.
History
- v1.42.0stability
Promoted to release_candidate.
Stability label respelled from experimental to development.
Already present at v1.30.0, the oldest release tracked here (experimental).