Skip to content

Commit 1c6a0ae

Browse files
authored
Fixes percentile ranks aggregation response example (elastic#138802)
1 parent 751d79d commit 1c6a0ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/aggregations/search-aggregations-metrics-percentile-rank-aggregation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ The response will look like this:
4949
"aggregations": {
5050
"load_time_ranks": {
5151
"values": {
52-
"500.0": 55.0,
53-
"600.0": 64.0
52+
"500.0": 90.01,
53+
"600.0": 100.0
5454
}
5555
}
5656
}
@@ -60,7 +60,7 @@ The response will look like this:
6060
% TESTRESPONSE[s/"500.0": 55.0/"500.0": 55.00000000000001/]
6161
% TESTRESPONSE[s/"600.0": 64.0/"600.0": 64.0/]
6262

63-
From this information you can determine you are hitting the 99% load time target but not quite hitting the 95% load time target
63+
From this information you can determine you are hitting the 99% load time target but not quite hitting the 95% load time target.
6464

6565
## Keyed Response [_keyed_response_5]
6666

0 commit comments

Comments
 (0)