Files
coolify/app
Vishwanath Martur f45411f3d6 Fix metrics error when data is less than selected date
Related to #4309

Fix the 'sql: Scan error on column index 5, name "usedPercent": converting NULL to float64 is unsupported' error on the metrics page.

* Update the `getMemoryMetrics` method in `app/Models/Server.php` to handle NULL values for the "usedPercent" field by setting them to 0.0.
* Add a check for NULL values in the `getMemoryMetrics` method before converting to float64.
2024-11-23 13:08:53 +05:30
..
2024-06-19 06:59:46 +00:00
2024-10-28 13:51:23 +01:00
2024-11-22 10:43:58 +01:00
2024-10-28 13:51:23 +01:00
2024-06-10 20:43:34 +00:00
2024-11-12 15:18:48 +01:00
2024-09-23 19:51:31 +02:00
fix
2024-11-15 21:47:31 +01:00