Merge pull request #1549 from influxdata/jgm-flux-profiler
fix(flux/profiler): example code fixedpull/1376/head^2
commit
44b4426a77
|
@ -63,7 +63,7 @@ Use the query profiler to output statistics about query execution.
|
|||
```js
|
||||
import "profiler"
|
||||
|
||||
option profiler.enabledProfiles["query"]
|
||||
option profiler.enabledProfilers = ["query"]
|
||||
|
||||
// ... Query to profile
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue