update heading and link
parent
6e0050c9ca
commit
aeedecab2f
|
@ -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"
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue