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

Breadcrumb

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

interface TraceFlags

Hierarchy

  • interface \OpenTelemetry\API\Trace\TraceFlags

Expanded class hierarchy of TraceFlags

All classes that implement TraceFlags

1 file declares its use of TraceFlags
TraceContextPropagator.php in vendor/open-telemetry/api/Trace/Propagation/TraceContextPropagator.php

File

vendor/open-telemetry/api/Trace/TraceFlags.php, line 7

Namespace

OpenTelemetry\API\Trace
View source
interface TraceFlags {
    public const SAMPLED = 0x1;
    public const DEFAULT = 0x0;

}

Members

Title Sort descending Modifiers Object type Summary
TraceFlags::DEFAULT public constant
TraceFlags::SAMPLED public constant

API Navigation

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