From c5a84baaf82e59600c1a85ed2ae8fdb17e188eba Mon Sep 17 00:00:00 2001 From: Pieter Hagen Date: Thu, 30 Nov 2023 17:00:56 +0100 Subject: [PATCH] spit and polish --- content/en/s4r/5-rum/1-rum-dashboard.md | 31 +++++++++++++++---------- 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/content/en/s4r/5-rum/1-rum-dashboard.md b/content/en/s4r/5-rum/1-rum-dashboard.md index f3c96897ce..c25de2d296 100644 --- a/content/en/s4r/5-rum/1-rum-dashboard.md +++ b/content/en/s4r/5-rum/1-rum-dashboard.md @@ -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). +{{% 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). +{{% /notice %}} ![RUM Dashboard](../images/rum-dashboard.png) * **UX Metrics**, This tab groups the *Web vitals* and other user interface metrics. @@ -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 %}}