Skip to content

[8.18] Fix docs wording - it's actually average, call it so (#127408) #127410

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/reference/cluster/stats.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,7 @@ as a human-readable string.
(integer) The maximum time taken to execute a {ccs} request, in milliseconds.

`avg`:::
(integer) The median time taken to execute a {ccs} request, in milliseconds.
(integer) The average time taken to execute a {ccs} request, in milliseconds.

`p90`:::
(integer) The 90th percentile of the time taken to execute {ccs} requests, in milliseconds.
Expand All @@ -1440,7 +1440,7 @@ as a human-readable string.
(integer) The maximum time taken to execute a {ccs} request, in milliseconds.

`avg`:::
(integer) The median time taken to execute a {ccs} request, in milliseconds.
(integer) The average time taken to execute a {ccs} request, in milliseconds.

`p90`:::
(integer) The 90th percentile of the time taken to execute {ccs} requests, in milliseconds.
Expand All @@ -1458,7 +1458,7 @@ as a human-readable string.
(integer) The maximum time taken to execute a {ccs} request, in milliseconds.

`avg`:::
(integer) The median time taken to execute a {ccs} request, in milliseconds.
(integer) The average time taken to execute a {ccs} request, in milliseconds.

`p90`:::
(integer) The 90th percentile of the time taken to execute {ccs} requests, in milliseconds.
Expand Down Expand Up @@ -1518,7 +1518,7 @@ This may include requests where partial results were returned, but not requests
(integer) The maximum time taken to execute a {ccs} request, in milliseconds.

`avg`:::
(integer) The median time taken to execute a {ccs} request, in milliseconds.
(integer) The average time taken to execute a {ccs} request, in milliseconds.

`p90`:::
(integer) The 90th percentile of the time taken to execute {ccs} requests, in milliseconds.
Expand Down