Pulse Version
v1.2.6
Laravel Version
v11.30.0
PHP Version
8.3.13
Livewire Version
v3.5.12
Database Driver & Version
mysql Ver 8.0.40-0ubuntu0.22.04.1 for Linux on x86_64 ((Ubuntu))
Description
On Laravel Octane (v2.5.9) running with Swoole (php-swoole v5.1.4), the Servers card on top of the default pulse page, which shows the CPU and RAM usage, is not showing up.
Steps To Reproduce
Install php-swoole extension, laravel octane, and set OCTANE_SERVER=swoole in .env file.
Run laravel using php artisan octane:start.
Then go to http://127.0.0.1:8000/pulse
The same issue happens for an actual production server running octane through nginx.