Skip to content

Commit 191beec

Browse files
committed
Fixed exercises and flow
1 parent 1571ffd commit 191beec

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ weight: 4
55

66
{{% notice title="Exercise" style="green" icon="running" %}}
77

8-
* From the service map view, click on **paymentservice** to select it. You can use the Breakdown selector to break the service down by any indexed span tag.
9-
* In the right-hand pane there is a button {{% button style="grey" %}}Breakdown{{% /button %}}. Click on this button to view the tags the service can be broken down by.
10-
* Select `tenant.level`.
8+
* In the right-hand pane click on the {{% button style="grey" %}}Breakdown{{% /button %}}.
9+
* Select `tenant.level` in the list.
1110
* Click on **gold** to select it.
1211
* Click on {{% button style="grey" %}}Breakdown{{% /button %}} and select `version`.
1312
* Repeat this for **silver** and **bronze**.

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,18 @@ Splunk Observability Cloud provides several tools for exploring application moni
77

88
{{% notice title="Exercise" style="green" icon="running" %}}
99

10-
* In the right-hand pane, click on **Traces**. To ensure we are using **Trace Analyzer** make sure the button {{% button %}}Switch to Classic View{{% /button %}} is showing. If it is not, click on {{% button style="blue" %}}Switch to Trace Analyzer{{% /button %}}.
10+
* In the right-hand pane, click on **Traces**.
11+
* To ensure we are using **Trace Analyzer** make sure the button {{% button %}}Switch to Classic View{{% /button %}} is showing. If it is not, click on {{% button style="blue" %}}Switch to Trace Analyzer{{% /button %}}.
1112

1213
{{% /notice %}}
1314

1415
![APM Trace Analyzer](../images/apm-trace-analyzer.png)
1516

16-
In **Trace Analyzer** you can filter traces by any indexed/unindexed span tag. In this case, we want to filter the traces by `version` as we know from the previous exercise that `v350.10` is causing problems.
17-
1817
{{% notice title="Exercise" style="green" icon="running" %}}
1918

2019
* In the time picker select **Last 1 hour**.
2120
* Make sure the **Sample Ratio** is set to `1:1` and **not** `1:10`.
22-
* Click on **Add filters**, type in **orderId** and select **orderId** from the **Unindexed Tags** list.
21+
* Click on **Add filters**, type in **orderId** and select **orderId** from the list.
2322
* Paste in your **Order Confirmation ID** from when you went shopping earlier in the workshop and hit enter.
2423
![Traces by Duration](../images/apm-trace-by-duration.png)
2524

content/en/s4r/6-apm/6-apm-waterfall.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ Each span in Splunk APM captures a single operation. Splunk APM considers a span
1111

1212
{{% notice title="Exercise" style="green" icon="running" %}}
1313

14-
* Click on the {{% button style="red" %}}!{{% /button %}} next to the **paymentservice** span in the waterfall.
14+
* Click on the {{% button style="red" %}}!{{% /button %}} next to any of the `paymentservice:grpc.hipstershop.PaymentService/Charge` spans in the waterfall.
15+
1516
{{< tabs >}}
1617
{{% tab title="Question" %}}
17-
**What is the error message being reported in the span metadata?**
18+
**What is the error message and version being reported in the span metadata?**
1819
{{% /tab %}}
1920
{{% tab title="Answer" %}}
20-
**Invalid request**
21+
**Invalid request and `v350.10`**
2122
{{% /tab %}}
2223
{{< /tabs >}}
2324

2425
{{% /notice %}}
25-
26-
At the very bottom of the **Trace Waterfall** click on the word **Logs (1)**. This highlights that there are **Related Logs** for this trace.
26+
Now that we have identified the version of the **paymentservice** that is causing the issue, let's see if we can find out more information about the error. This is where **Related Logs** come in.
2727

2828
![Related Logs](../images/apm-related-logs.png)
2929

@@ -35,4 +35,9 @@ Related Content relies on specific metadata that allow APM, Infrastructure Monit
3535
* `trace_id`
3636
* `span_id`
3737

38-
Click on the **Related Logs** link to view the logs for this trace. This will open the **Log Observer** in a new tab.
38+
{{% notice title="Exercise" style="green" icon="running" %}}
39+
40+
* At the very bottom of the **Trace Waterfall** click on the word **Logs (1)**. This highlights that there are **Related Logs** for this trace.
41+
* Click on the **Logs for trace** entry in the pop-up, the will open the **Log Observer** view in a new tab.
42+
43+
{{% /notice %}}

0 commit comments

Comments
 (0)