Skip to content

Commit 6f91e0f

Browse files
authored
Remove average from downsampling statistics in documentation (#110189) (#110193)
1 parent d3efd51 commit 6f91e0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/data-streams/downsampling.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Metrics solutions collect large amounts of time series data that grow over time.
1818
As that data ages, it becomes less relevant to the current state of the system.
1919
The downsampling process rolls up documents within a fixed time interval into a
2020
single summary document. Each summary document includes statistical
21-
representations of the original data: the `min`, `max`, `sum`, `value_count`,
22-
and `average` for each metric. Data stream <<time-series-dimension,time series
23-
dimensions>> are stored unchanged.
21+
representations of the original data: the `min`, `max`, `sum` and `value_count`
22+
for each metric. Data stream <<time-series-dimension,time series dimensions>>
23+
are stored unchanged.
2424

2525
Downsampling, in effect, lets you to trade data resolution and precision for
2626
storage size. You can include it in an <<index-lifecycle-management,{ilm}

0 commit comments

Comments
 (0)