diff --git a/content/influxdb/v2.0/reference/flux/stdlib/profiler/_index.md b/content/influxdb/v2.0/reference/flux/stdlib/profiler/_index.md index 3215c39df..9d276a981 100644 --- a/content/influxdb/v2.0/reference/flux/stdlib/profiler/_index.md +++ b/content/influxdb/v2.0/reference/flux/stdlib/profiler/_index.md @@ -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 ```