update heading and link

pull/1507/head
Kelly 2020-09-16 14:57:14 -07:00
parent 6e0050c9ca
commit aeedecab2f
2 changed files with 5 additions and 2 deletions

View File

@ -56,7 +56,10 @@ include a table with the following columns:
- **influxdb/scanned-values**: value scanned by InfluxDB.
- **influxdb/scanned-bytes**: number of bytes scanned by InfluxDB.
#### Use the query profiler to output statistics about query execution
#### Use the query profiler
Use the query profiler to output statistics about query execution.
```js
import "profiler"

View File

@ -24,7 +24,7 @@ InfluxDB Cloud updates occur frequently. Find a compilation of monthly updates b
- Add time-weighted average [`timeWeightedAvg()` function](/influxdb/v2.0/reference/flux/stdlib/built-in/transformations/aggregates/timeweightedavg/).
- Update [`integral()` function](/influxdb/v2.0/reference/flux/stdlib/built-in/transformations/aggregates/integral/) with linear interpolation.
- Add [Flux query profiler](/influxdb/v2.0/reference/flux/stdlib/profiler/#use-the-query-profiler-to-output-statistics-about-query-execution) to output query statistics that help you better understand query performance.
- Add [Flux query profiler](/influxdb/v2.0/reference/flux/stdlib/profiler/#use-the-query-profiler) to output query statistics that help you better understand query performance.
- Add [`tasks.lastSuccess()` function](/influxdb/v2.0/reference/flux/stdlib/influxdb-tasks/lastsuccess/) to retrieve the time of the last successful run of an InfluxDB task.
- Add the [`array.from` function](/influxdb/v2.0/reference/flux/stdlib/experimental/array/from/) to build ad hoc tables in a Flux script.