Skip to content

Commit a82e8a6

Browse files
authored
Merge pull request #2531 from splunk/adasplunk-O11YDOCS-6832
[O11YDOCS-6832, O11YDOCS-6833] Updated and de-duplicated the wording for some key concepts
2 parents b437968 + b357e8b commit a82e8a6

File tree

1 file changed

+24
-22
lines changed

1 file changed

+24
-22
lines changed

synthetics/key-concepts.rst

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -22,43 +22,45 @@ These key concepts help you get the most out of your experience with Splunk Synt
2222
* - Synthetics
2323
- A common abbreviation for Synthetic Monitoring.
2424

25-
* - Tests
26-
- Tests are the primary mechanism of application monitoring in Splunk Synthetic Monitoring. You can set up Browser, Uptime, and API tests to run at your preferred frequency from the devices and public locations of your choosing.
25+
* - Test
26+
- An ordered sequence of actions or operations to perform on a target URL or endpoint, similar to a script. A test is the primary mechanism for monitoring applications in Splunk Synthetic Monitoring. You can set up browser, uptime, and API tests to run at your preferred frequency from the devices and locations of your choosing.
2727

28-
* - Runs
29-
- Each occurrence of a test from a particular device and location at a specific time is called a run. Each run of a test captures a set of metrics and diagnostics that provide insight into your application's performance.
28+
* - Run
29+
- An instance of a test invocation from a specific device and location and at a specific time.
3030

31-
* - Metrics
32-
- | Numeric indicators of site performance that synthetic tests capture in each run of a test. See the following links for the lists of metrics available for each test type:
31+
* - Metric
32+
- A numeric indicator of a performance factor. Each run of a test captures metrics and diagnostics that provide insight into your application's performance. See the following links for details on the metrics available captured by each test type:
3333
|
3434
| - :ref:`browser-metrics`
3535
| - :ref:`uptime-metrics`
3636
| - :ref:`api-test-metrics`
3737
|
3838
39-
* - Browser tests
40-
- Synthetic tests that simulate and analyze the user experience of loading a page or performing a workflow on a site or application.
39+
* - Browser test
40+
- A synthetic test that simulates and analyzes the user experience of loading a page or performing a workflow on a site or application.
4141

42-
* - Uptime tests
43-
- Synthetic tests that monitor the response time and response code of HTTP requests and server ports.
42+
* - Uptime test
43+
- A synthetic test that monitors the response times and response codes of HTTP requests and server ports.
4444

45-
* - API tests
46-
- Synthetic tests that monitor the functionality and performance of API endpoints.
45+
* - API test
46+
- A synthetic test that monitors the functionality and performance of API endpoints.
4747

48-
* - Waterfall charts
49-
- A visualization that represents the performance of resources on a webpage in a Browser test.
48+
* - Waterfall chart
49+
- A visualization that represents the performance of resources on a webpage in a browser test.
5050

51-
* - Devices
52-
- Options to configure the viewport and network connection type of your tests. For example, you can test a webpage from a laptop screen or a smartphone.
51+
* - Device
52+
- A predefined combination of a specific viewport size and network connection. For more information about devices, viewports, and network connections, see :ref:`devices`.
5353

54-
* - Viewport
55-
- Browser tests in Splunk Synthetic Monitoring capture the visual experience of a user interacting with your application. The viewport is the framed area on a device's screen for viewing information, such as the browser window on a desktop. When you set up a test, you can choose the viewport size from a list of common devices, or set a custom viewport by height and width.
54+
* - Public location
55+
- A public IP address from which you can run synthetic tests to simulate performance for users in that location. See :ref:`public-locations`.
56+
57+
* - Private location
58+
- A name you create in Splunk Synthetic Monitoring to represent a custom location from which you can run synthetic tests. The name you give to a private location allows you to specify that name in a synthetic test's :guilabel:`Locations` field. You must also set up one or more private runners within every private location to do the actual communication with your targets and with Splunk Synthetic Monitoring. You can use a private location to test an internal endpoint or to test a public endpoint from a location that isn't included in :ref:`the list of Splunk Synthetic Monitoring public locations <public-locations>`. See :ref:`private-locations`.
59+
60+
* - Private runner
61+
- A private runner queries Splunk Synthetic Monitoring for tests configured to run in its inherent private location, performs the test's steps on your private target, and reports the results back to Splunk Synthetic Monitoring. Because a private runner must have access to your private target, it is a Docker image which you deploy on your own infrastructure, within your own internal network. See :ref:`private-locations`.
5662

57-
* - Network connection
58-
- You can run Browser, Uptime or API tests to simulate network connections of various latencies, including Mobile LTE, Mobile 3G, DSL, and cable internet. Testing your site from a variety of connection types lets you monitor the experience of users in a variety of settings.
5963

60-
* - Public Locations
61-
- Global checkpoints from which you can synthetically run tests to simulate performance for users in that location.
6264

6365
Learn more
6466
===========

0 commit comments

Comments
 (0)