Skip to content

Commit 201503d

Browse files
committed
question hunt I
1 parent 719ab67 commit 201503d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,15 @@ Independent of the type of Status Dashboard used, the RUM Home Page is made up o
3030
* In the **JavaScript Errors** tile click on the **TypeError** entry that says: *Cannot read properties of undefined (reading 'Prcie')* to see more details. Note that you are given a quick indication of what part of the website the error occurred, allowing you to fix this quickly.
3131
* Close the pane.
3232
* The 3rd tile reports **Web Vitals**, a metric that focuses on three important aspects of the user experience: *loading*, *interactivity*, and *visual stability*.
33-
* Based on the **Web Vitals** information provided, how do you rate the current web performance of the site?
33+
{{< tabs >}}
34+
{{% tab title="Question" %}}
35+
**Based on the **Web Vitals** information provided, how do you rate the current web performance of the site?**
36+
{{% /tab %}}
37+
{{% tab title="Answer" %}}
38+
**According the *Web Vitals* Metrics, the initial load of the site is ok and rates a *Good Performance***
39+
{{% /tab %}}
40+
{{< /tabs >}}
41+
3442
* The last tile, **Most recent detectors** tile, will show if any alerts have been triggered for the application.
3543
* Click on the down **** arrow in front of the Application name to toggle the view to the compact style. Note that you have all the main information available in this view as well. Click anywhere in the compact view to go back to the full view.
3644

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ Click on **Synthetics** in the main menu. This will bring us to the Synthetics H
1212
2. **Test Pane:** List of all the tests that are configured (**Browser**, **API** and **Uptime**)
1313
3. **Create Test Pane:** Drop-down for creating new Synthetic tests.
1414

15+
{{% notice title="Info" style="info" %}}
1516
As part of the workshop we have created a default browser test against the application we are running. You find it in the Test Pane (2). It will have the following name **Workshop Browser Test for**, followed by the name of your Workshop (your instructor should have provided that to you).
16-
17+
{{% /notice %}}
1718
To continue our tour, let's look at the result of our workshop's automatic browser test.
1819

1920
{{% notice title="Exercise" style="green" icon="running" %}}
@@ -32,6 +33,7 @@ To continue our tour, let's look at the result of our workshop's automatic brows
3233
**The test runs at a 1-minute round robin interval from Frankfurt, London and Paris**
3334
{{% /tab %}}
3435
{{< /tabs >}}
36+
3537
{{% /notice %}}
3638

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

0 commit comments

Comments
 (0)