Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit f38f031

Browse files
author
Mathieu Benoit
committed
cloud trace
1 parent d93fb32 commit f38f031

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: "Trace apps"
3+
weight: 5
4+
description: "Duration: 5 min | Persona: Apps Operator"
5+
tags: ["asm", "apps-operator", "monitoring"]
6+
---
7+
![Apps Operator](/images/apps-operator.png)
8+
_{{< param description >}}_
9+
10+
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.
11+
12+
Initialize variables:
13+
```Bash
14+
WORK_DIR=~/
15+
source ${WORK_DIR}acm-workshop-variables.sh
16+
```
17+
18+
In the Google Cloud console, navigate to _Trace_ service. Click on the link displayed by the command below:
19+
```Bash
20+
echo -e "https://console.cloud.google.com/traces/list?project=${TENANT_PROJECT_ID}"
21+
```
22+
23+
Select one of the Online Boutique's `frontend` app's requests:
24+
![Anthos Service Mesh Monitoring overview](/images/cloud-trace.png)
25+
26+
From there you will have access to a lot more details about the different calls, trace logs, etc.

static/images/cloud-trace.png

253 KB
Loading

0 commit comments

Comments
 (0)