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

Breadcrumb

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

KnownValues::OTEL_PROPAGATORS

File

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

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_PROPAGATORS = [
    self::VALUE_TRACECONTEXT,
    // W3C Trace Context
self::VALUE_BAGGAGE,
    // W3C Baggage
self::VALUE_B3,
    // B3 Single
self::VALUE_B3_MULTI,
    // B3 Multi
self::VALUE_CLOUD_TRACE,
    // GCP XCloudTraceContext
self::VALUE_CLOUD_TRACE_ONEWAY,
    // GCP XCloudTraceContext OneWay (Extract)
self::VALUE_JAEGER,
    // Jaeger Propagator
self::VALUE_JAEGER_BAGGAGE,
    // Jaeger Baggage Propagator
self::VALUE_XRAY,
    // AWS X-Ray (third party)
self::VALUE_OTTRACE,
    // OT Trace (third party)
self::VALUE_NONE,
];

API Navigation

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