Skip to content

Commit 4ec7e36

Browse files
authored
[DOCS] Fix typo in percentile-aggregation.asciidoc (#116268) (#116306)
(cherry picked from commit 8a98844)
1 parent c7109bf commit 4ec7e36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/aggregations/metrics/percentile-aggregation.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ percentiles: `[ 1, 5, 25, 50, 75, 95, 99 ]`. The response will look like this:
7777

7878
As you can see, the aggregation will return a calculated value for each percentile
7979
in the default range. If we assume response times are in milliseconds, it is
80-
immediately obvious that the webpage normally loads in 10-725ms, but occasionally
81-
spikes to 945-985ms.
80+
immediately obvious that the webpage normally loads in 10-720ms, but occasionally
81+
spikes to 940-980ms.
8282

8383
Often, administrators are only interested in outliers -- the extreme percentiles.
8484
We can specify just the percents we are interested in (requested percentiles

0 commit comments

Comments
 (0)