Skip to content

Commit 790ee31

Browse files
peversnik9000
authored andcommitted
Docs: Match the examples in the description (#31710)
Prose drifted from snippet.
1 parent b840c9a commit 790ee31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
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 10-723ms, but occasionally
73-
spikes to 941-980ms.
72+
immediately obvious that the webpage normally loads in 10-725ms, but occasionally
73+
spikes to 945-985ms.
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)