interface ViewRegistryInterface
Hierarchy
- interface \OpenTelemetry\SDK\Metrics\ViewRegistryInterface
Expanded class hierarchy of ViewRegistryInterface
All classes that implement ViewRegistryInterface
1 file declares its use of ViewRegistryInterface
- CriteriaViewRegistry.php in vendor/
open-telemetry/ sdk/ Metrics/ View/ CriteriaViewRegistry.php
File
-
vendor/
open-telemetry/ sdk/ Metrics/ ViewRegistryInterface.php, line 9
Namespace
OpenTelemetry\SDK\MetricsView source
interface ViewRegistryInterface {
/**
* @return iterable<ViewProjection>|null
*/
public function find(Instrument $instrument, InstrumentationScopeInterface $instrumentationScope) : ?iterable;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
ViewRegistryInterface::find | public | function | 1 |