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

Breadcrumb

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

ConstantDecision::$valueToName

Type: valueToName

File

vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/ConstantSampler/ConstantDecision.php, line 32

Class

ConstantDecision
How spans should be sampled:

Namespace

Opentelemetry\Proto\Trace\V1\ConstantSampler

Code

private static $valueToName = [
    self::ALWAYS_OFF => 'ALWAYS_OFF',
    self::ALWAYS_ON => 'ALWAYS_ON',
    self::ALWAYS_PARENT => 'ALWAYS_PARENT',
];
RSS feed
Powered by Drupal