Trace apps

Apps Operator Apps Operator Duration: 5 min | Persona: Apps Operator

In this section, you will trace your apps in order to follow a request through your Service Mesh, observe the network calls and profile your system end to end.

Initialize variables:

WORK_DIR=~/
source ${WORK_DIR}acm-workshop-variables.sh

In the Google Cloud console, navigate to Trace service. Click on the link displayed by the command below:

echo -e "https://console.cloud.google.com/traces/list?project=${TENANT_PROJECT_ID}"

Select one of the Online Boutique’s frontend app’s requests: Anthos Service Mesh Monitoring overview Anthos Service Mesh Monitoring overview

From there you will have access to a lot more details about the different calls, trace logs, etc.