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

Breadcrumb

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

class Temporality

Metric aggregation temporality.

Has to be type-hinted as `string|Temporality` to be forward compatible. @todo convert to enum (php >= 8.1)

Hierarchy

  • class \OpenTelemetry\SDK\Metrics\Data\Temporality

Expanded class hierarchy of Temporality

11 files declare their use of Temporality
AggregationInterface.php in vendor/open-telemetry/sdk/Metrics/AggregationInterface.php
AggregationTemporalitySelectorInterface.php in vendor/open-telemetry/sdk/Metrics/AggregationTemporalitySelectorInterface.php
AsynchronousMetricStream.php in vendor/open-telemetry/sdk/Metrics/Stream/AsynchronousMetricStream.php
ConsoleMetricExporter.php in vendor/open-telemetry/sdk/Metrics/MetricExporter/ConsoleMetricExporter.php
InMemoryExporter.php in vendor/open-telemetry/sdk/Metrics/MetricExporter/InMemoryExporter.php

... See full list

File

vendor/open-telemetry/sdk/Metrics/Data/Temporality.php, line 13

Namespace

OpenTelemetry\SDK\Metrics\Data
View source
final class Temporality {
    public const DELTA = 'Delta';
    public const CUMULATIVE = 'Cumulative';
    private function __construct() {
    }

}

Members

Title Sort descending Modifiers Object type Summary
Temporality::CUMULATIVE public constant
Temporality::DELTA public constant
Temporality::__construct private function

API Navigation

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