The Appsmanager will not show any metrics for the spaces in the UI like the below image
For the same spaces when accessed from the cf cli, we can see the metrics for the apps running.
This is due to the request header data which is too long. Currently, that's set at around 8KB of data and our internal web server is rejecting the request.
You can collect the HAR file using the steps mentioned in this KB https://knowledge.broadcom.com/external/article/293696/how-to-capture-and-preserve-network-requ.html and check the header size to confirm the same.
The reason that we have this issue is due to the increased setting of "per UI page" or "per_page" value in apps manager in recent versions to 500.
In the newer versions we discovered that we can scale that value back down to 50 where headers will no longer be overloaded.
To fix in the current version you are running you can follow the below steps.
Set the `per_page` value of the apps manager to a lower value
The performance improvement for apps man was introduced in v6.0.11 which defaults this value down to 50.