dispatch("dashboard-server-metrics-{$this->server->uuid}", [ 'cpu' => $this->server->getCpuMetrics(10), 'memory' => $this->server->getMemoryMetrics(10), ]); } catch (\Throwable $e) { report($e); } } public function render(): View { return view('livewire.dashboard.server-metrics-chart'); } }