Merge pull request #1549 from influxdata/jgm-flux-profiler

fix(flux/profiler): example code fixed
pull/1376/head^2
Jacob Marble 2020-09-25 10:51:08 -07:00 committed by GitHub
commit 44b4426a77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ Use the query profiler to output statistics about query execution.
```js ```js
import "profiler" import "profiler"
option profiler.enabledProfiles["query"] option profiler.enabledProfilers = ["query"]
// ... Query to profile // ... Query to profile
``` ```