Currently it is possible to view metrics (e.g. CPU/RAM usage) on a per-service basis. However, it would be very helpful to be able to group services into a "project" or similar and then view metrics for all constituent services on a single page.
For instance, I have a project that consists of a backend Docker service, a static Vue front-end service, and a Postgres database service. Currently, I have to visit several different pages to get metrics for resource usage, but it would be preferable to see database and Docker service CPU/RAM on the same page (e.g. so that if my site starts behaving poorly I can very quickly see what needs to be scaled).