We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afcd0d5 commit 4f8c695Copy full SHA for 4f8c695
src/homepageExperience/components/steps/ExecuteQuery.tsx
@@ -7,7 +7,7 @@ const fromBucketSnippet = `from(bucket: “my-bucket”)
7
8
const query = `query_api = client.query_api()
9
10
-query = "from(bucket: \\"bucket1\\") |> range(start: -10m) |> mean()"
+query = "from(bucket: \\"bucket1\\") |> range(start: -10m) |> filter(fn: (r) => r._measurement == "measurement1")"
11
tables = query_api.query(query, org=org)
12
13
for table in tables:
0 commit comments