input_ = $input; $this->output_ = $output ? $output : $input; } public function emitZipkinBatch(array $spans) { } public function emitBatch(\Jaeger\Thrift\Batch $batch) { $batch->write($this->output_); $this->output_->getTransport()->flush(); } }