diff --git a/content/en/synthetics/explore/results_explorer/search_runs.md b/content/en/synthetics/explore/results_explorer/search_runs.md index ff78f6a4f0539..d4dcb1886615c 100644 --- a/content/en/synthetics/explore/results_explorer/search_runs.md +++ b/content/en/synthetics/explore/results_explorer/search_runs.md @@ -24,47 +24,100 @@ You can use facets to accomplish the following actions: The facets panel on the left lists several facets you can use to search through your test runs. To start customizing the search query, click through the list of facets starting with **Common**. -
The following list of available facets may vary depending on your site and region.
- ### Common test run attributes -{{< tabs >}} -{{% tab "v0" %}} - -| Facet | Description | -|----------------------------------|----------------------------------------------------------------------------------------------------------------| -| `Batch ID` | The batch ID associated with the test run. | -| Execution Rule | The execution rule associated with the test result of the CI batch: `Blocking`, `Non Blocking`, and `Skipped`. | -| `Location` | The location associated with the test result of the batch. | -| `Passed` | The overall status of the test run. | -| `Run Type` | The run type of the test run. It can be scheduled, CI, or manually triggered. | - -{{% /tab %}} - -{{% tab "v1" %}} - -| Facet | Description | -|------------------------------------|---------------------------------------------------------------------------------------------------------| -| `Failure Code` | Code indicating reason for test failure. | -| `Test Type` | Type of test being executed. | -| `Test Subtype` | Specific subtype of the test. | -| `Location Version` | Version of the private test location. | -| `Location Platform` | Platform name of the private location. | -| `Test ID` | Identifier for the test. | -| `Failure Message` | Message detailing the failure. | -| `Result Retry Number` | Number of times the test was retried. | -| `Test Finished At` | Timestamp when the test finished. | -| `Test Started At` | Timestamp when the test started. | -| `Test Triggered At` | Timestamp when the test was triggered. | -| `Test Will Retry At` | Timestamp for the next retry of the test. | -| `Trace ID` | Trace identifier for tracking. | -| `Open Telemetry ID` | Open Telemetry identifier. | -| `Variable Name` | Name of a variable used in the test. | - -{{% /tab %}} -{{< /tabs >}} - -### Timings attributes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FacetDescription
Batch IDThe batch ID associated with the test run.
Execution RuleThe execution rule associated with the test result of the CI batch: Blocking, Non Blocking, and Skipped.
LocationThe location associated with the test result of the batch.
PassedThe overall status of the test run.
Run TypeThe run type of the test run. It can be scheduled, CI, or manually triggered.
Failure CodeCode indicating reason for test failure.
Test TypeType of test being executed.
Test SubtypeSpecific subtype of the test.
Location VersionVersion of the private test location.
Location PlatformPlatform name of the private location.
Test IDIdentifier for the test.
Failure MessageMessage detailing the failure.
Result Retry NumberNumber of times the test was retried.
Test Finished AtTimestamp when the test finished.
Test Started AtTimestamp when the test started.
Test Triggered AtTimestamp when the test was triggered.
Test Will Retry AtTimestamp for the next retry of the test.
Trace IDTrace identifier for tracking.
Open Telemetry IDOpen Telemetry identifier.
Variable NameName of a variable used in the test.
+ +## Timings attributes **Timings** facets allow you to filter on timing-related attributes for API test runs. @@ -108,16 +161,12 @@ The facets panel on the left lists several facets you can use to search through | Facet | Description | |-----------------------|---------------------------------------------------------------------------------------| -| `Connection Outcome` | The connection status for the TCP connection. Outcomes can be `established`, `timeout`, or `refused`. | +| Connection Outcome | The connection status for the TCP connection. Outcomes can be `established`, `timeout`, or `refused`. | ### Devices attributes **Devices** facets are related to the devices used during test runs. - -{{< tabs >}} -{{% tab "v1" %}} - | Facet | Description | |--------------------------|--------------------------------------------------------------| | `Device Name` | Name of the device used for testing. | @@ -125,31 +174,20 @@ The facets panel on the left lists several facets you can use to search through | `Device Resolution Height`| Height of the device resolution. | | `Device Type` | Type of the device used for testing. | -{{% /tab %}} -{{< /tabs >}} - ### Browser attributes **Browser** facets are related to browser tests. -{{< tabs >}} -{{% tab "v1" %}} | Facet | Description | |------------------------|-----------------------------------------------------------------| | `Browser Type` | Browser type used in the test. | | `Browser Version` | Version of the browser used in the test. | | `Browser User Agent` | User agent of the browser used. | -{{% /tab %}} -{{< /tabs >}} - ### API attributes **API** facets are related to API test runs. -{{< tabs >}} -{{% tab "v1" %}} - | Facet | Description | |-------------------------------|-------------------------------------------------------------| | `Resolved IP` | IP resolved by DNS resolution. | @@ -179,31 +217,21 @@ The facets panel on the left lists several facets you can use to search through | `Handshake Response Headers` | Headers during handshake response. | | `Handshake Response Status Code` | Status code during handshake response. | -{{% /tab %}} -{{< /tabs >}} - ### Mobile attributes **Mobile** facets are related to mobile tests. -{{< tabs >}} -{{% tab "v1" %}} | Facet | Description | |---------------------------|-------------------------------------------------------------| | `Mobile Platform` | Platform name of the mobile device. | | `Mobile Application` | Version ID of the mobile application. | | `Mobile Platform Version` | Version of mobile platform. | | `Device Resolution Pixel Ratio` | Pixel ratio of the device display. | -{{% /tab %}} -{{< /tabs >}} ### Continuous Testing attributes **Continuous Testing** facets are related to continuous testing. -{{< tabs >}} -{{% tab "v1" %}} - | Facet | Description | |--------------------------|-------------------------------------------------------------------------------| | `Concurrency Wait Time` | Wait time in concurrency testing. | @@ -221,24 +249,16 @@ The facets panel on the left lists several facets you can use to search through | `CI Stage Name` | Name of the stage in the CI process. | | `CI Workspace Path` | Workspace path in CI process. | -{{% /tab %}} -{{< /tabs >}} - ### Step attributes **Step** facets are related to test steps. -{{< tabs >}} -{{% tab "v1" %}} - | Facet | Description | |---------------|--------------------------------| | `Step ID` | Identifier for test steps. | | `Step Name` | Name of the test steps. | | `Step Status` | Status of the test steps. | -{{% /tab %}} -{{< /tabs >}} To filter on test runs that are retries, create a search query using `@result.isFastRetry:true`. You can also retrieve the last run for a test with retries using the `@result.isLastRetry:true` field.