Skip to content

Commit

Permalink
Corrected an incomplete sentence. (elastic#86542)
Browse files Browse the repository at this point in the history
* Corrected an incomplete sentence.

* Update docs/reference/aggregations/metrics/avg-aggregation.asciidoc

Co-authored-by: Christos Soulios <[email protected]>

Co-authored-by: David Kilfoyle <[email protected]>
Co-authored-by: Christos Soulios <[email protected]>
  • Loading branch information
3 people committed Jul 12, 2022
1 parent 8717f2f commit fc88221
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<titleabbrev>Avg</titleabbrev>
++++

A `single-value` metrics aggregation that computes the average of numeric values that are extracted from the aggregated documents. These values can be extracted either from specific numeric fields in the documents.
A `single-value` metrics aggregation that computes the average of numeric values that are extracted from the aggregated documents. These values can be extracted either from specific numeric or <<histogram,histogram>> fields in the documents.

Assuming the data consists of documents representing exams grades (between 0
and 100) of students we can average their scores with:
Expand Down

0 comments on commit fc88221

Please sign in to comment.