Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit f2f4f91

Browse files
Merge pull request #2513 from splunk/jcatera-docguild-27768
Corrected the description of two synth metrics
2 parents 50b7508 + bcc9b1a commit f2f4f91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

synthetics/api-test/api-test-metrics.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ Each occurrence of a test from a particular device and location at a specific ti
108108

109109
* - Uptime
110110
- ``synthetics.run.uptime.percent``
111-
- The percentage of non-failed test runs. Uptime is calculated by taking the average score of all runs in the selected time frame, where a successful run receives a score of 100 and a failure receives a score of 0.
111+
- The uptime of a test run: the value will be 0 if the test run failed and 100 if it succeeded.
112112

113113
* - Downtime
114114
- ``synthetics.run.downtime.percent``
115-
- The percentage of failed runs within the selected time frame. Downtime is calculated by taking the average score of all runs in the selected time frame, where a failed run receives a score of 100 and a successful run receives a score of 0.
115+
- The downtime of a test run: The value will be 100 if the test run failed and 0 if it succeeded.
116116

0 commit comments

Comments
 (0)