You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Make sure you select your workshop by ensuring the drop-downs are set/selected as follows:
13
-
* The **Timeframe** is set to **-15m**.
13
+
* The **Time frame** is set to **-15m**.
14
14
* The **Environment** selected is **[NAME OF WORKSHOP]-workshop**.
15
15
* The **App** selected is **[NAME OF WORKSHOP]-store**.
16
16
* The **Source** is set to **All**.
17
-
* Next, click on the **[NAME OF WORKSHOP]-workshop** above the **Page Views / JavaScript Errors** chart.
18
-
* 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). -->
17
+
* Next, click on the **[NAME OF WORKSHOP]-store** above the **Page Views / JavaScript Errors** chart.
18
+
* This will bring up a new dashboard view breaking down the metrics by **UX Metrics**, **Front-end Health**, **Back-end Health** and **Custom Events** and comparing them to historic metrics (1 hour by default).
19
+
19
20
{{% /notice %}}
21
+
20
22

21
23
22
-
***UX Metrics**, This tab groups the *Web vitals*and other user interface metrics.
23
-
***Front-end Health**, This tab shows metrics regarding how the website behaved in the browsers.
24
-
***Back-end Health**, In this tab you can find the metric related to overall network behavior.
25
-
***Custom Events**, In this tab we find metrics related to Custom Events added to the website by the developer to track behaviour.
24
+
***UX Metrics:** Page Views, Page Load and Web Vitals metrics.
25
+
***Front-end Health:** Breakdown of Javascript Errors and Long Task duration and count.
26
+
***Back-end Health:** Network Errors and Requests and Time to First Byte.
27
+
***Custom Events:** RED metrics (Rate, Error & Duration) for custom events.
Copy file name to clipboardExpand all lines: content/en/s4r/5-rum/2-tag-spotlight.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,13 @@ Click the **Custom Events** tab and have a look at the **Custom Event Latency**
7
7
8
8

9
9
10
-
In this dashboard view, you are presented with all the tags associated with the RUM data. Tags are key-value pairs that are used to identify the data. In this case, the tags are automatically generated by the OpenTelemetry instrumentation. The tags are used to filter the data and to create the charts and tables. The Tag Spotlight view allows you to drill down into the data and find the root cause of the problem.
11
-
12
-
Let's drill down on the RUM data we generated earlier.
10
+
In this dashboard view, you are presented with all the tags associated with the RUM data. Tags are key-value pairs that are used to identify the data. In this case, the tags are automatically generated by the OpenTelemetry instrumentation. The tags are used to filter the data and to create the charts and tables. The Tag Spotlight view allows you to drill down into a user session.
Copy file name to clipboardExpand all lines: content/en/s4r/5-rum/3-session-replay.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: 3. Session Replay
3
3
weight: 3
4
4
---
5
5
6
-
In the **User Sessions** table, click on the top **Session ID** with the longest **Duration***. (It should be over 10 seconds or longer), this will take you to the RUM Session view.
6
+
In the **User Sessions** table, click on the top **Session ID** with the longest **Duration** (over 20 seconds or longer), this will take you to the RUM Session view.
7
7
8
8
A session is a collection of traces that correspond to the actions a single user takes when interacting with an application over a period of time. By default, a session lasts until 15 minutes have passed from the last event captured in the session. The maximum session duration is 4 hours.
Copy file name to clipboardExpand all lines: content/en/s4r/5-rum/4-user-sessions.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@ title: 4. User Sessions
3
3
weight: 4
4
4
---
5
5
6
-
Close the RUM Session Replay by clicking on the **X** in the top right corner. Here, we can see the custom event **PlaceOrder**. (If it is not immediately visible, type `PlaceOrder` in the search bar below thh Session replay section. Use the **⌵** & **⌃** to find the longest one.) Notice the length of the span. This is the time it took to complete the order, not good!
6
+
Close the RUM Session Replay by clicking on the **X** in the top right corner. Here, we can see the custom event **PlaceOrder** (if it is not immediately visible, type `PlaceOrder` in the search bar below the Session replay section). Note the length of the span, this is the time it took to complete the order, not good!
* Scroll down the page and you will see the **Tags** metadata (which is used in Tag Spotlight). After the tags, we come to the waterfall which shows the page objects loading (CSS, images, JavaScript etc.)
11
-
* Scroll back up to the top of the metrics section and hover over the blue **APM** link (the one next to `Doc Fetch`with `/cart/checkout` at the end of the URL).
11
+
* Scroll back up to the top of the metrics section and hover over the blue **APM** link (the one with `/cart/checkout` at the end of the URL).
Copy file name to clipboardExpand all lines: content/en/s4r/6-apm/2-apm-service-dashboard.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,10 @@ title: 2. APM Service Dashboard
3
3
weight: 2
4
4
---
5
5
6
-
APM dashboards present request, error, and duration (RED) metrics based on Monitoring MetricSets created from endpoint spans for your services, endpoints, and Business Workflows. They also present related host and Kubernetes metrics to help you determine whether problems are related to the underlying infrastructure.
6
+
APM Service Dashboards provide request, error, and duration (**RED**) metrics based on Monitoring MetricSets created from endpoint spans for your services, endpoints, and Business Workflows. If you scroll down the dashboard you will also see the host and Kubernetes-related metrics which help you determine whether there are problems with the underlying infrastructure.
* In the **Request rate** text chart, click the **...** and select **Copy**. Note that you now have a **1** before the **+** at the top right of the page, indicating you have a copied chart to the clipboard.
0 commit comments