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

Breadcrumb

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

TraceAttributes::FEATURE_FLAG_VARIANT

SHOULD be a semantic identifier for a value. If one is unavailable, a stringified version of the value can be used.

A semantic identifier, commonly referred to as a variant, provides a means for referring to a value without including the value itself. This can provide additional context for understanding the meaning behind a value. For example, the variant `red` maybe be used for the value `#c05543`.A stringified version of the value can be used in situations where a semantic identifier is unavailable. String representation of the value should be determined by the implementer.

@example red @example true @example on

File

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

Class

TraceAttributes

Namespace

OpenTelemetry\SemConv

Code

public const FEATURE_FLAG_VARIANT = 'feature_flag.variant';

API Navigation

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