Skip to content

Commit 4cdee97

Browse files
Update 2-synthetics-detail.md
updated for new interface
1 parent 26a943d commit 4cdee97

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

content/en/splunk4rookies/observability-cloud/8-synthetics/2-synthetics-detail.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,24 @@ The screenshot below doesn't contain a red banner with an error in it however yo
1212
{{% /notice %}}
1313

1414
![waterfall](../images/synth-waterfall.png)
15-
16-
1. **Filmstrip:** Offers a set of screenshots of site performance so that you can see how the page responds in real-time.
17-
2. **Video:** This lets you see exactly what a user trying to load your site from the location and device of a particular test run would experience.
15+
1. **Filter** Focus in on specific parts of your test; filters the filmstrip, video, and waterfall.
16+
2. **Filmstrip:** Offers a set of screenshots of site performance so that you can see how the page responds in real-time.
1817
3. **Waterfall chart** The waterfall chart is a visual representation of the interaction between the test runner and the site being tested.
19-
4. **Browser test metrics:** A View that offers you a picture of website performance.
18+
4. **Video:** This lets you see exactly what a user trying to load your site from the location and device of a particular test run would experience.
19+
5. **Browser test metrics:** A View that offers you a picture of website performance.
2020

2121
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.
2222

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

25+
2526
* Use your mouse to scroll left and right through the filmstrip to see how the site was being rendered during the test run.
26-
* In the Video pane, press on the play button **** to see the test playback. If you click the ellipses **** you can change the *playback speed*, view it *Picture in Picture* and even *Download* the video.
27+
* In the Video pane, press on the play button **** to see the test playback. If you click the vertical three dots **** you can change the *playback speed*, view it *Picture in Picture* and even *Download* the video.
28+
* Using the filter above the filmstrip, under the header *Synthetic Transactions*, click on **Home**
29+
* The waterfall below will show all the objects that make up the page. The first line is the HTML page itself. The next lines are the objects that make up the page (HTML, CSS, JavaScript, Images, Fonts, etc.).
2730
* In the waterfall find the line **GET** *splunk-otel-web.js*.
2831
* Click on the **>** button to open the metadata section to see the Request/Response Header information.
32+
* In the filter, switch to the second Synthetic Transaction **Shop**. Note that the filmstrip and video adjusts and moves to the beginning of the new transaction.
33+
* Repeat this for all the other Transactions, then finally select the **PlaceOrder** transaction.
2934

3035
{{% /notice %}}

0 commit comments

Comments
 (0)