Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. TraceAttributes.php

TraceAttributes::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.

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

File

vendor/open-telemetry/sem-conv/TraceAttributes.php, line 3287

Class

TraceAttributes

Namespace

OpenTelemetry\SemConv

Code

public const PROCESS_COMMAND_LINE = 'process.command_line';

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal