Monitor apps health

Apps Operator Apps Operator 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: Anthos Service Mesh Topology view Anthos Service Mesh Topology view

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: Anthos Service Mesh Monitoring overview Anthos Service Mesh Monitoring overview

On the left, click the Metrics tab where you could get more insights about the golden signals of the frontend app: Anthos Service Mesh Monitoring metrics Anthos Service Mesh Monitoring metrics

On the left, click the Security tab where you could get more insights about the Service requests (AuthorizationPolicy) of the frontend app: Anthos Service Mesh Monitoring security Anthos Service Mesh Monitoring security

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.