Browse Source

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
Islam Heggo 7 years ago
parent
commit
f562c7f15a

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

@@ -69,8 +69,8 @@ percentiles: `[ 1, 5, 25, 50, 75, 95, 99 ]`.  The response will look like this:
 
 As you can see, the aggregation will return a calculated value for each percentile
 in the default range.  If we assume response times are in milliseconds, it is
-immediately obvious that the webpage normally loads in 15-30ms, but occasionally
-spikes to 60-150ms.
+immediately obvious that the webpage normally loads in 10-723ms, but occasionally
+spikes to 941-980ms.
 
 Often, administrators are only interested in outliers -- the extreme percentiles.
 We can specify just the percents we are interested in (requested percentiles