"Metric Store query failed, metrics may not display for one or more charts"
curl -vk -H "Authorization: $(cf oauth-token)" -G "https://metric-store.SYS-DOMAIN/api/v1/query" --data-urlencode "query=avg(avg_over_time(cpu{source_id='APP-GUID'}[60s])) by (process_type)" | jq
bosh -d metric-store-GUID ssh metric-store -c "sudo /var/vcap/bosh/bin/monit restart metric-store"
Note: If you are unable to run an Apply Changes at this time and need the issue resolved with urgency, you can also use the cf set-env command to remove the metricStoreUrl from the JSON string in Apps Manager env variables. Then simply cf restart Apps Manager. Keep in mind that a future Apply Changes could undo this change.
After the Apply Changes completes, the container metrics dashboard in Apps Manager should go back to the way it looked in previous TAS versions. This will allow developers to use Apps Manager right away without timeouts.
Please note that it could take a couple of hours for the errors in App Metrics to go away.
Metric Store 1.5.1 is now available and enables replication x2 by default but it can also be configured in the tile. This upgrade should help resolve this issue.
If you are already running Metric Store 1.5.1 and continue to experience slowness with Apps Manager, please open a case with VMware Tanzu support.