Skip to content

Commit b48465a

Browse files
committed
Fixed issue #224 - provide answers to the questions
1 parent a7d8f8d commit b48465a

File tree

8 files changed

+63
-17
lines changed

8 files changed

+63
-17
lines changed

content/en/s4r/3-quick-tour/3-apm-home/2-apm-home.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,14 @@ To easily differentiate between multiple applications, Splunk uses **environment
2424

2525
* Verify that the time window we are working with is set to the last 15 minutes (**-15m**).
2626
* Change the environment to the workshop one by selecting its name from the drop-down box and make sure that is the only one selected.
27-
* What can you conclude from the **Top Services by Error Rate** chart?
27+
{{< tabs >}}
28+
{{% tab title="Question" %}}
29+
**What can you conclude from the *Top Services by Error Rate* chart?**
30+
{{% /tab %}}
31+
{{% tab title="Answer" %}}
32+
**The *paymentservice* has a high error rate**
33+
{{% /tab %}}
34+
{{< /tabs >}}
2835
<!--
2936
* Click on the Explore Tile in the Function Pane. This will bring us to the automatically generated map of our services. This map shows how the services interact together based on the trace data being sent to Splunk Observability Cloud.
3037
-->

content/en/s4r/3-quick-tour/5-synthetics-home/2-synthetics-home.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,14 @@ To continue our tour, let's look at the result of our workshop's automatic brows
2424

2525
* Note, On the Synthetic Tests Page, the first pane will show the performance of your site for the last day, 8 days and 30 days. As shown in the screenshot above, only if a test started far enough in the past, the corresponding chart will contain valid data. For the workshop, this depends on when it was created.
2626
* In the Performance KPI drop-down, change the time from the default 4 hours to the 1 last hour.
27-
* What can you conclude from the dotted chart, how often are these tests run, and from where?
27+
{{< tabs >}}
28+
{{% tab title="Question" %}}
29+
**How often is the test run, and from where?**
30+
{{% /tab %}}
31+
{{% tab title="Answer" %}}
32+
**The test runs at a 1-minute round robin interval from Frankfurt, London and Paris**
33+
{{% /tab %}}
34+
{{< /tabs >}}
2835
{{% /notice %}}
2936

3037
Now let’s examine the infrastructure our application is running on using **Splunk Infrastructure Monitoring (IM)**.

content/en/s4r/5-rum/1-rum-dashboard.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ Make sure you select your workshop by ensuring the drop-downs are set/selected a
1616

1717
Next, click on the **[NAME OF WORKSHOP]-workshop** above the **Page Views / JavaScript Errors** chart.
1818

19-
This will bring up a dashboard view breaking down the metrics by **UX Metrics**, **Front-end Health**, **Back-end Health** and **Custom Events** and compares them to the same metrics historically (1 hour by default). <!-- For more detailed information on the metrics collected by Splunk RUM see [**here**](https://docs.splunk.com/observability/en/gdi/get-data-in/rum/browser/rum-browser-data-model.html#rum-browser-data). -->
19+
This will bring up a dashboard view breaking down the metrics by **UX Metrics**, **Front-end Health**, **Back-end Health** and **Custom Events** and compares them to the same metrics historically (1 hour by default). <!-- For more detailed information on the metrics collected by Splunk RUM see [**here**](https://docs.splunk.com/observability/en/gdi/get-data-in/rum/browser/rum-browser-data-model.html#rum-browser-data). -->
2020

2121
![RUM Dashboard](../images/rum-dashboard.png)
2222

23-
* **UX Metrics**, This tab groups the *Web vitals* an other user interface metrics together.
23+
* **UX Metrics**, This tab groups the *Web vitals* and other user interface metrics.
2424
* **Front-end Health**, This tab shows metrics regarding how the website behaved in the browsers.
25-
* **Back-end Health**, In this tab you can find thh metric related to overall network behavior.
25+
* **Back-end Health**, In this tab you can find the metric related to overall network behavior.
2626
* **Custom Events**, In this tab we find metrics related to Custom Events added to the website by the developer to track behaviour.
2727

2828
{{% notice title="Exercise" style="green" icon="running" %}}
2929

3030
* Click through each of the tabs (**UX Metrics**, **Front-end Health**, **Back-end Health** and **Custom Events**)
31-
* Find the chart that clearly show there is an issue with the application. (Hint, its a Custom Event)
31+
* Find the chart that clearly shows there is an issue with the application. Hint, it's a Custom Event.
3232

3333
{{% /notice %}}

content/en/s4r/6-apm/2-apm-service-dashboard.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,14 @@ We will be using these charts later on in the workshop. Click the back button in
2222

2323
{{% notice title="Exercise" style="green" icon="running" %}}
2424

25-
* In the Service Map hover over the **paymentservice**. What can you conclude from the popup service chart?
26-
25+
{{< tabs >}}
26+
{{% tab title="Question" %}}
27+
**In the Service Map hover over the **paymentservice**. What can you conclude from the popup service chart?**
28+
{{% /tab %}}
29+
{{% tab title="Answer" %}}
30+
**The error percentage is very high.**
31+
{{% /tab %}}
32+
{{< /tabs >}}
2733
{{% /notice %}}
2834

2935
![APM Service Chart](../images/apm-service-popup-chart.png)

content/en/s4r/6-apm/3-apm-tag-spotlight.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,14 @@ Request/Error charts display the total number of requests, errors, and root caus
1313

1414
{{% notice title="Exercise" style="green" icon="running" %}}
1515

16-
* What can you conclude from the data you are seeing?
17-
* Which chart helped you come to this conclusion?
16+
{{< tabs >}}
17+
{{% tab title="Question" %}}
18+
**Which chart exposes the tag that identifies what the problem is?**
19+
{{% /tab %}}
20+
{{% tab title="Answer" %}}
21+
**The *version* chart. The number of requests against `v350.10` matches the number of errors.**
22+
{{% /tab %}}
23+
{{< /tabs >}}
1824

1925
{{% /notice %}}
2026

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,14 @@ More story here ...
1515
* Click on **gold** to select it.
1616
* Click on {{% button style="grey" %}}Breakdown{{% /button %}} and select `version`.
1717
* Repeat this for **silver** and **bronze**.
18-
* What can you conclude from what you are seeing?
18+
{{< tabs >}}
19+
{{% tab title="Question" %}}
20+
**What can you conclude from what you are seeing?**
21+
{{% /tab %}}
22+
{{% tab title="Answer" %}}
23+
**Every tenant is being impacted by `v350.10`**
24+
{{% /tab %}}
25+
{{< /tabs >}}
1926

2027
{{% /notice %}}
2128

@@ -26,8 +33,7 @@ You will now see the **paymentservice** broken down by `tenant.level` and each t
2633
{{% notice title="Exercise" style="green" icon="running" %}}
2734

2835
* Click on any one of the red dotted lines coming from the **checkoutservice** to `v350.10`.
29-
* Take a look at the **Service-to-Service Requests & Errors** chart.
30-
* What percentage of errors are there?
36+
* Repeat the same for `v350.9` and notice the difference in the error rate.
3137

3238
{{% /notice %}}
3339

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,14 @@ Each span in Splunk APM captures a single operation. Splunk APM considers a span
1212
{{% notice title="Exercise" style="green" icon="running" %}}
1313

1414
* Click on the {{% button style="red" %}}!{{% /button %}} next to the **paymentservice** span in the waterfall.
15-
* What is the error message being reported in the span metadata?
15+
{{< tabs >}}
16+
{{% tab title="Question" %}}
17+
**What is the error message being reported in the span metadata?**
18+
{{% /tab %}}
19+
{{% tab title="Answer" %}}
20+
**Invalid request**
21+
{{% /tab %}}
22+
{{< /tabs >}}
1623

1724
{{% /notice %}}
1825

content/en/s4r/7-log-observer/2-log-entry.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,16 @@ graph LR;
3939
{{% notice title="Exercise" style="green" icon="running" %}}
4040

4141
* Click on an error entry in the log table (make sure it says `hostname: "paymentservice-xxxx"` in case there is a rare error from a different service in the list too.
42-
* Based on the message, what would you tell the development teams to fix in order to resolve the issue?
43-
44-
![Log Message](../images/log-observer-log-message.png)
42+
{{< tabs >}}
43+
{{% tab title="Question" %}}
44+
**Based on the message, what would you tell the development teams to do to resolve the issue?**
45+
{{% /tab %}}
46+
{{% tab title="Answer" %}}
47+
**Either fix the issue in `v350.10` or rollback to `v350.9`**
48+
{{% /tab %}}
49+
{{< /tabs >}}
50+
51+
![Log Message](../images/log-observer-log-message.png)
4552

4653
{{% /notice %}}
4754

0 commit comments

Comments
 (0)