Skip to content

Commit

Permalink
[DOCS] Fix typo in percentile-aggregation.asciidoc (#116268) (#116306)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8a98844)
  • Loading branch information
leemthompo authored Nov 6, 2024
1 parent c7109bf commit 4ec7e36
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,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 10-725ms, but occasionally
spikes to 945-985ms.
immediately obvious that the webpage normally loads in 10-720ms, but occasionally
spikes to 940-980ms.

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

0 comments on commit 4ec7e36

Please sign in to comment.