@todo is null the best return type here? what about empty array or exception?
Overrides ViewRegistryInterface::find
public function find(Instrument $instrument, InstrumentationScopeInterface $instrumentationScope) : ?iterable { $views = $this->generateViews($instrument, $instrumentationScope); return $views->valid() ? $views : null; }