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

Breadcrumb

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

KnownValues::OTEL_PHP_TRACES_PROCESSOR

Language Specific Environment Variables

See also

https://github.com/open-telemetry/opentelemetry-specification/blob/main…

File

vendor/open-telemetry/sdk/Common/Configuration/KnownValues.php, line 176

Class

KnownValues
"Known values" for OpenTelemetry configurataion variables. Notice: Values specific to the PHP SDK have been added

Namespace

OpenTelemetry\SDK\Common\Configuration

Code

public const OTEL_PHP_TRACES_PROCESSOR = [
    self::VALUE_BATCH,
    self::VALUE_SIMPLE,
    self::VALUE_NOOP,
    self::VALUE_NONE,
];

API Navigation

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