Overrides MetricReaderInterface::collect
public function collect() : bool { if ($this->closed) { return false; } return $this->doCollect(); }