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

Breadcrumb

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

function StreamMetricSource::collect

Overrides MetricSourceInterface::collect

File

vendor/open-telemetry/sdk/Metrics/MetricFactory/StreamMetricSource.php, line 26

Class

StreamMetricSource
@internal

Namespace

OpenTelemetry\SDK\Metrics\MetricFactory

Code

public function collect() : Metric {
    return new Metric($this->provider->instrumentationLibrary, $this->provider->resource, $this->provider->view->name, $this->provider->view->unit, $this->provider->view->description, $this->provider->stream
        ->collect($this->reader));
}
RSS feed
Powered by Drupal