OpenTelemetry SDK
    Preparing search index...

    Variable SEMRESATTRS_PROCESS_COMMAND_ARGSConst

    SEMRESATTRS_PROCESS_COMMAND_ARGS: "process.command_args" = TMP_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.

    Use ATTR_PROCESS_COMMAND_ARGS in [incubating entry-point](https://github.com/open-telemetry/opentelemetry-js/blob/main/semantic-conventions/README.md#unstable-semconv).