OpenTelemetry SDK
    Preparing search index...

    Variable ATTR_PROCESS_COMMAND_ARGSConst Experimental

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

    ["cmd/otecol", "--config=config.yaml"]

    @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.