A new feature called Key Metrics was introduced for Apps Manager in TAS for VMs 2.9. For more information, refer to the following documentation: View Key Metrics in Apps Manager (Beta)
This feature makes a call to the Metric Store API to retrieve metrics to display them on the Apps Manager UI, and sometime it waits for a long time the Metric Store to response resulted in a slowness on rendering the page.
There are couple of reasons why the Metric Store can take a long to process the request:
1. Prior to Metric Store 1.5.1, there was no replication and metrics were only stored in 1 node for each source ID, and very query the Apps Manager makes has to check each Metric Store node until the metric was found. For more information, see the article "Metric Store query failed, metrics may not display for one or more charts" error in Apps Metrics.
Note that most customers have experienced improvements with the default replication factor of 2 nodes for a large foundation with a lot of calls to the Metric Store, but it creates additional network traffics between the nodes could cause slowness.
2. When Apps Manager makes a call to the Metric store, it requests all source IDs from the Cloud Controller API (CAPI). If the doppler.firehose scope is not granted to the user, the request could take a long time for the Metric Store to wait for the CAPI resulted in slowness.