Monitor apps health
Duration: 5 min | Persona: Apps Operator
In this section, you will navigate to the topology of your Service Mesh as well as monitor your apps in terms of security, health and performance.
Initialize variables:
WORK_DIR=~/
source ${WORK_DIR}acm-workshop-variables.sh
In the Google Cloud console, navigate to Anthos > Service Mesh > Topology to see the topology graph of your Service Mesh:
Click on the link displayed by the command below:
echo -e "https://console.cloud.google.com/anthos/services?project=${TENANT_PROJECT_ID}&pageState=%28%22topologyViewToggle%22:%28%22value%22:%22graph%22%29%29"
Select the Online Boutique’s frontend
app. On your right, click on –> Go to service dashboard:
On the left, click the Metrics tab where you could get more insights about the golden signals of the frontend
app:
On the left, click the Security tab where you could get more insights about the Service requests (AuthorizationPolicy
) of the frontend
app:
From there you will have access to a lot more monitoring features out of the box, feel free to discover these features and play with them for the different apps in your Service Mesh.