Docs: Match the examples in the description ()

Prose drifted from snippet.
This commit is contained in:
Peter Evers 2018-07-02 20:12:49 +02:00 committed by Nik Everett
parent c55d11f8b5
commit ea15284230

@ -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 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 in the default range. If we assume response times are in milliseconds, it is
immediately obvious that the webpage normally loads in 10-723ms, but occasionally immediately obvious that the webpage normally loads in 10-725ms, but occasionally
spikes to 941-980ms. spikes to 945-985ms.
Often, administrators are only interested in outliers -- the extreme percentiles. Often, administrators are only interested in outliers -- the extreme percentiles.
We can specify just the percents we are interested in (requested percentiles We can specify just the percents we are interested in (requested percentiles