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
Copy file name to clipboardExpand all lines: content/en/s4r/8-synthetics/1-synthetics-dashboard.md
+10-21Lines changed: 10 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,32 +3,21 @@ title: 1. Synthetics Dashboard
3
3
weight: 1
4
4
---
5
5
6
-
In Splunk Observability Cloud from the main menu, click on **Synthetics**. Click on **All** or **Browser tests** to see the list of active tests:
6
+
In Splunk Observability Cloud from the main menu, click on **Synthetics**. Click on **All** or **Browser tests** to see the list of active tests.
7
7
8
8
During our investigation in the RUM section, we found there was an issue with the **Place Order** Transaction. Let's see if we can confirm this from the Synthetics test as well.
9
9
10
-
In the **Search** box enter **Workshop Browser Test** and select the test for your workshop (your instructor will advise as to which one to select).
* As you move your mouse pointer horizontally across the chart a vertical line will appear showing the duration and the time of the test.
22
-
* What can you conclude about the relation of the dots and the red **X** at the bottom?
23
-
* Change the filter to just *Keep Browsing*, the dots will change both pattern and color.
24
-
* Select a successful test dot. (One that has no red X beneath it). If there are multiple tests in that time range you will be presented with a list of tests. Pick one that is 20 seconds or longer and results in ✅ Success.
25
-

17
+
* Look at the legend and note the color of **First byte time - Page 4**.
18
+
* Select the highest data point for **First byte time - Page 4**.
19
+
* A new pane will slide in from the right. Note the time at the top of the pane. Find this time in the list and click on it.
You accidentally picked a test that had an error, it timed out. (This can happen as new tests are added and the UI just refreshed). In that case, use the browser back button and try again.
23
+
You will now be taken to the **Run results** for this particular test run.
Copy file name to clipboardExpand all lines: content/en/s4r/8-synthetics/2-synthetics-detail.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
@@ -13,7 +13,7 @@ Right now we are looking at the result of a single Synthetic Browser Test. This
13
13
4.**Synthetic transactions:** List of the Synthetic transactions that made up the interaction with the site
14
14
5.**Waterfall chart** The waterfall chart is a visual representation of the interaction between the test runner and the site being tested.
15
15
16
-
By default, Splunk Synthetics provides screenshots and video capture of the test. This is useful for debugging issues. You can see, for example, slow loading of large images, the slow rendering of a page etc.
16
+
By default, Splunk Synthetics provides screenshots and video capture of the test. This is useful for debugging issues. You can see, for example, the slow loading of large images, the slow rendering of a page etc.
* In the waterfall find the second call out to **POST checkout**.
13
-
* Click on the **>** button in front of it to drop open the metadata section.
14
-
* Verify that the credit card information is passed to the service.
15
-
* Close the Meta Data view and confirm you have the same view as above.
12
+
* In the waterfall find an entry that starts with **POST checkout**.
13
+
* Click on the **>** button in front of it to drop open the metadata section. Observe the metadata that is collected, note the **Server-Timing** header. This header is what allows us to correlate the test run to a back-end trace.
16
14
* Click on the blue {{% icon icon="link" %}} **APM** link on the **POST checkout** line in the waterfall.
0 commit comments