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

Breadcrumb

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

interface Signals

Hierarchy

  • interface \OpenTelemetry\API\Signals

Expanded class hierarchy of Signals

All classes that implement Signals

6 files declare their use of Signals
HttpEndpointResolver.php in vendor/open-telemetry/exporter-otlp/HttpEndpointResolver.php
HttpEndpointResolverInterface.php in vendor/open-telemetry/exporter-otlp/HttpEndpointResolverInterface.php
LogsExporterFactory.php in vendor/open-telemetry/exporter-otlp/LogsExporterFactory.php
MetricExporterFactory.php in vendor/open-telemetry/exporter-otlp/MetricExporterFactory.php
OtlpUtil.php in vendor/open-telemetry/exporter-otlp/OtlpUtil.php

... See full list

File

vendor/open-telemetry/api/Signals.php, line 7

Namespace

OpenTelemetry\API
View source
interface Signals {
    
    /** @var string  */
    public const TRACE = 'trace';
    
    /** @var string  */
    public const METRICS = 'metrics';
    
    /** @var string  */
    public const LOGS = 'logs';
    
    /** @var string[]  */
    public const SIGNALS = [
        self::TRACE,
        self::METRICS,
        self::LOGS,
    ];

}

Members

Title Sort descending Modifiers Object type Summary
Signals::LOGS public constant @var string
Signals::METRICS public constant @var string
Signals::SIGNALS public constant @var string[]
Signals::TRACE public constant @var string

API Navigation

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