Skip to content

Commit c86d2d0

Browse files
iheggomayya-sharipova
authored andcommitted
Correct the explanation of load time percentiles (#28510)
* Correct the explanation of load time percentiles * Adjusting the percentile clarification Eliminating the false sentence about majority of load time
1 parent 5692e8f commit c86d2d0

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
@@ -69,8 +69,8 @@ percentiles: `[ 1, 5, 25, 50, 75, 95, 99 ]`. The response will look like this:
6969

7070
As you can see, the aggregation will return a calculated value for each percentile
7171
in the default range. If we assume response times are in milliseconds, it is
72-
immediately obvious that the webpage normally loads in 15-30ms, but occasionally
73-
spikes to 60-150ms.
72+
immediately obvious that the webpage normally loads in 10-723ms, but occasionally
73+
spikes to 941-980ms.
7474

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

0 commit comments

Comments
 (0)