Trace apps
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:
From there you will have access to a lot more details about the different calls, trace logs, etc.