From 40021cb275c56d7d806e923533805e41e831dfa8 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Thu, 3 Sep 2020 14:58:53 -0600 Subject: [PATCH] minor updates to flux integral --- .../stdlib/built-in/transformations/aggregates/integral.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/influxdb/v2.0/reference/flux/stdlib/built-in/transformations/aggregates/integral.md b/content/influxdb/v2.0/reference/flux/stdlib/built-in/transformations/aggregates/integral.md index 04ab2b672..c36cbe630 100644 --- a/content/influxdb/v2.0/reference/flux/stdlib/built-in/transformations/aggregates/integral.md +++ b/content/influxdb/v2.0/reference/flux/stdlib/built-in/transformations/aggregates/integral.md @@ -48,7 +48,7 @@ Defaults to `"_time"`. _**Data type:** String_ ### interpolate -Type of value interpolation to use. +Type of interpolation to use. Defaults to `""`. Use one of the following interpolation options: @@ -59,7 +59,7 @@ _**Data type:** String_ ## Examples -##### Calculate the integral without interpolation +##### Calculate the integral ```js from(bucket: "example-bucket") |> range(start: -5m)