Overrides ExemplarReservoirInterface::collect
public function collect(array $dataPointAttributes) : array { $this->measurements = 0; return $this->storage ->collect($dataPointAttributes); }