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

Breadcrumb

  1. Drupal Core 11.1.x

SelectionCriteriaInterface.php

Namespace

OpenTelemetry\SDK\Metrics\View

File

vendor/open-telemetry/sdk/Metrics/View/SelectionCriteriaInterface.php

View source
<?php

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

use OpenTelemetry\SDK\Common\Instrumentation\InstrumentationScopeInterface;
use OpenTelemetry\SDK\Metrics\Instrument;
interface SelectionCriteriaInterface {
    public function accepts(Instrument $instrument, InstrumentationScopeInterface $instrumentationScope) : bool;

}

Interfaces

Title Deprecated Summary
SelectionCriteriaInterface
RSS feed
Powered by Drupal