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

Breadcrumb

  1. Drupal Core 11.1.x

Delta.php

Namespace

OpenTelemetry\SDK\Metrics\Stream

File

vendor/open-telemetry/sdk/Metrics/Stream/Delta.php

View source
<?php

declare (strict_types=1);
namespace OpenTelemetry\SDK\Metrics\Stream;

use GMP;

/**
 * @internal
 * @phan-file-suppress PhanUndeclaredTypeParameter, PhanUndeclaredTypeProperty
 */
final class Delta {
    public function __construct(Metric $metric, int|GMP $readers, ?self $prev = null) {
    }

}

Classes

Title Deprecated Summary
Delta @internal @phan-file-suppress PhanUndeclaredTypeParameter, PhanUndeclaredTypeProperty

API Navigation

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