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

Breadcrumb

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

function AsynchronousMetricStream::__construct

File

vendor/open-telemetry/sdk/Metrics/Stream/AsynchronousMetricStream.php, line 24

Class

AsynchronousMetricStream
@internal

Namespace

OpenTelemetry\SDK\Metrics\Stream

Code

public function __construct(AggregationInterface $aggregation, int $startTimestamp) {
    $this->metric = new Metric([], [], $startTimestamp);
}

API Navigation

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