File tree 1 file changed +5
-3
lines changed
docs/reference/rollup/apis
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -174,9 +174,11 @@ Array of metrics to collect. Each value corresponds to a
174
174
specify at least one value. If you specify a `metrics` object, this property is
175
175
required.
176
176
+
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.
180
182
=====
181
183
182
184
`page_size`::
You can’t perform that action at this time.
0 commit comments