Skip to content

Commit 82e1530

Browse files
committed
Fixed exercises and flow
1 parent e389995 commit 82e1530

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

content/en/s4r/6-apm/4-apm-service-breakdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You will now see the **paymentservice** broken down by `tenant.level` and each t
3131

3232
{{% notice title="Exercise" style="green" icon="running" %}}
3333

34-
* Click on any one of the `v350.10` red circles to select it.
34+
* Click on the outer main box that surrounds the 3 red circles, the box will become highlighted.
3535

3636
{{% /notice %}}
3737

content/en/s4r/6-apm/5-apm-trace-analyzer.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,18 @@ In **Trace Analyzer** you can filter traces by any indexed/unindexed span tag. I
1919

2020
* In the time picker select **Last 1 hour**.
2121
* Make sure the **Sample Ratio** is set to `1:1` and **not** `1:10`.
22-
* Click on **Group traces by** and select `version`.
23-
* Click on the ellipsis next to `v350.10` and click **Add to filter**.
2422
* Click on **Add filters**, type in **orderId** and select **orderId** from the **Unindexed Tags** list.
2523
* Paste in your **Order Confirmation ID** from when you went shopping earlier in the workshop and hit enter.
26-
27-
![Traces by Duration](../images/apm-trace-by-duration.png)
24+
![Traces by Duration](../images/apm-trace-by-duration.png)
2825

2926
{{% /notice %}}
3027

31-
We have now filtered down to the exact trace where you encountered a poor user experience with a very long checkout wait. Click on the trace in the list.
28+
We have now filtered down to the exact trace where you encountered a poor user experience with a very long checkout wait.
29+
30+
{{% notice title="Exercise" style="green" icon="running" %}}
31+
32+
* Click on the trace in the list.
33+
34+
{{% /notice %}}
3235

3336
Next, we will walk through the trace waterfall.
-24.1 KB
Loading

0 commit comments

Comments
 (0)