From fa9a79bef00083d65c25a9e7df9862cb9934a8b6 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Fri, 4 Sep 2020 09:42:12 -0600 Subject: [PATCH] updated flux docs to address PR review --- .../flux/stdlib/built-in/transformations/aggregates/integral.md | 1 + .../v2.0/reference/flux/stdlib/influxdb-tasks/lastsuccess.md | 2 +- content/influxdb/v2.0/reference/release-notes/flux.md | 2 +- 3 files changed, 3 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 c36cbe630..7cb52c5bf 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 @@ -53,6 +53,7 @@ Defaults to `""`. Use one of the following interpolation options: +- _empty sting for no interpolation_ - linear _**Data type:** String_ diff --git a/content/influxdb/v2.0/reference/flux/stdlib/influxdb-tasks/lastsuccess.md b/content/influxdb/v2.0/reference/flux/stdlib/influxdb-tasks/lastsuccess.md index 8a2b0d9bb..cab6e0ade 100644 --- a/content/influxdb/v2.0/reference/flux/stdlib/influxdb-tasks/lastsuccess.md +++ b/content/influxdb/v2.0/reference/flux/stdlib/influxdb-tasks/lastsuccess.md @@ -26,7 +26,7 @@ _**Data type:** Time_ ## Examples -##### Query data since that last successful task run +##### Query data since the last successful task run ```js import "influxdata/influxdb/tasks" diff --git a/content/influxdb/v2.0/reference/release-notes/flux.md b/content/influxdb/v2.0/reference/release-notes/flux.md index e918fd559..bc4e16efc 100644 --- a/content/influxdb/v2.0/reference/release-notes/flux.md +++ b/content/influxdb/v2.0/reference/release-notes/flux.md @@ -28,7 +28,7 @@ InfluxDB until the next InfluxDB v2.0 release._ - Add [BigQuery](https://cloud.google.com/bigquery) support to [`sql` package](/influxdb/v2.0/reference/flux/stdlib/sql/). - Add `TypeExpression` to `BuiltinStmt` and fix tests. -- Time-weighted average ([`timeWeightedAvg()` function](/influxdb/v2.0/reference/flux/stdlib/built-in/transformations/aggregates/timeweightedavg/)). +- Add time-weighted average ([`timeWeightedAvg()` function](/influxdb/v2.0/reference/flux/stdlib/built-in/transformations/aggregates/timeweightedavg/)). - Update [`integral()`](/influxdb/v2.0/reference/flux/stdlib/built-in/transformations/aggregates/integral/) with linear interpolation. - Make experimental tracing an attribute of the context.