OpenTelemetry SDK
    Preparing search index...

    Variable ATTR_PROCESS_COMMAND_LINEConst Experimental

    ATTR_PROCESS_COMMAND_LINE: "process.command_line" = ...

    The full command used to launch the process as a single string representing the full command. On Windows, can be set to the result of GetCommandLineW. Do not set this if you have to assemble it just for monitoring; use process.command_args instead. SHOULD NOT be collected by default unless there is sanitization that excludes sensitive data.

    C:\\cmd\\otecol --config="my directory\\config.yaml"

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