Skip to content

Commit

Permalink
spit and polish
Browse files Browse the repository at this point in the history
  • Loading branch information
hagen-p committed Nov 30, 2023
1 parent 82c1f86 commit c5a84ba
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions content/en/s4r/5-rum/1-rum-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,16 @@ In Splunk Observability Cloud from the main menu, click on **RUM**. you arrive a

![multiple apps](../images/multiple-apps.png)

Make sure you select your workshop by ensuring the drop-downs are set/selected as follows:

* The **Timeframe** is set to **-15m**.
* The **Environment** selected is **[NAME OF WORKSHOP]-workshop**.
* The **App** selected is **[NAME OF WORKSHOP]-store**.
* The **Source** is set to **All**.

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

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). -->
{{% notice title="Exercise" style="green" icon="running" %}}

* Make sure you select your workshop by ensuring the drop-downs are set/selected as follows:
* The **Timeframe** is set to **-15m**.
* The **Environment** selected is **[NAME OF WORKSHOP]-workshop**.
* The **App** selected is **[NAME OF WORKSHOP]-store**.
* The **Source** is set to **All**.
* Next, click on the **[NAME OF WORKSHOP]-workshop** above the **Page Views / JavaScript Errors** chart.
* 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). -->
{{% /notice %}}
![RUM Dashboard](../images/rum-dashboard.png)

* **UX Metrics**, This tab groups the *Web vitals* and other user interface metrics.
Expand All @@ -27,7 +26,15 @@ This will bring up a dashboard view breaking down the metrics by **UX Metrics**,

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

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

{{< tabs >}}
{{% tab title="Question" %}}
**What chart clearly shows that there is an issue with the application?**
{{% /tab %}}
{{% tab title="Answer" %}}
**It is the *Custom Event Latency* chart in the *Custom Events* Tab, Here you see long spikes for the function.**
{{% /tab %}}
{{< /tabs >}}

{{% /notice %}}

0 comments on commit c5a84ba

Please sign in to comment.