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

Breadcrumb

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

ResourceAttributes::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/ResourceAttributes.php, line 841

Class

ResourceAttributes

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