public function addReader(MetricReaderInterface $reader) : self { $this->metricReaders[] = $reader; return $this; }