You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/s4r/6-apm/5-apm-trace-analyzer.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,18 @@ In **Trace Analyzer** you can filter traces by any indexed/unindexed span tag. I
19
19
20
20
* In the time picker select **Last 1 hour**.
21
21
* 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**.
24
22
* Click on **Add filters**, type in **orderId** and select **orderId** from the **Unindexed Tags** list.
25
23
* Paste in your **Order Confirmation ID** from when you went shopping earlier in the workshop and hit enter.
26
-
27
-

24
+

28
25
29
26
{{% /notice %}}
30
27
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.
0 commit comments