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

Breadcrumb

  1. Drupal Core 11.1.x

MetricCollectorInterface.php

Same filename in this branch
  1. 11.1.x vendor/open-telemetry/sdk/Metrics/MetricRegistry/MetricCollectorInterface.php

Namespace

OpenTelemetry\SDK\Metrics\Stream

File

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

View source
<?php

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


/**
 * @internal
 */
interface MetricCollectorInterface {
    public function collect(int $timestamp) : Metric;

}

Interfaces

Title Deprecated Summary
MetricCollectorInterface @internal
RSS feed
Powered by Drupal