瀏覽代碼

[DOCS] Add xref to agg metric double field type (#66831)

James Rodewig 4 年之前
父節點
當前提交
00837b3ffc
共有 1 個文件被更改,包括 5 次插入3 次删除
  1. 5 3
      docs/reference/rollup/apis/rollup-api.asciidoc

+ 5 - 3
docs/reference/rollup/apis/rollup-api.asciidoc

@@ -174,9 +174,11 @@ Array of metrics to collect. Each value corresponds to a
 specify at least one value. If you specify a `metrics` object, this property is
 required.
 +
-NOTE: The `avg` metric stores both the `sum` and `value_count` values. This lets
-you accurately average rollups over larger time intervals. For example, you can
-accurately roll up hourly averages into daily averages.
+NOTE: The rollup index stores these metrics in an
+<<aggregate-metric-double,`aggregate_metric_double`>> field. The `avg` metric
+stores both the `sum` and `value_count` values. This lets you accurately average
+rollups over larger time intervals. For example, you can accurately roll up
+hourly averages into daily averages.
 =====
 
 `page_size`::