Skip to content

Commit 00837b3

Browse files
authored
[DOCS] Add xref to agg metric double field type (elastic#66831)
1 parent 8f74f18 commit 00837b3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/reference/rollup/apis/rollup-api.asciidoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,11 @@ Array of metrics to collect. Each value corresponds to a
174174
specify at least one value. If you specify a `metrics` object, this property is
175175
required.
176176
+
177-
NOTE: The `avg` metric stores both the `sum` and `value_count` values. This lets
178-
you accurately average rollups over larger time intervals. For example, you can
179-
accurately roll up hourly averages into daily averages.
177+
NOTE: The rollup index stores these metrics in an
178+
<<aggregate-metric-double,`aggregate_metric_double`>> field. The `avg` metric
179+
stores both the `sum` and `value_count` values. This lets you accurately average
180+
rollups over larger time intervals. For example, you can accurately roll up
181+
hourly averages into daily averages.
180182
=====
181183

182184
`page_size`::

0 commit comments

Comments
 (0)