Flux Query package
The Query package is experimental and subject to change at any time. By using this package, you accept the risks of experimental functions.
Flux Query functions provide functions meant to simplify common InfluxDB queries.
Import the experimental/query
package:
import "experimental/query"
inBucket()
The primary function in this package is query.inBucket()
,
which uses all other functions in this package.
import "experimental/query"
query.inBucket(
bucket: "example-bucket",
start: -1h,
stop: now(),
measurement: "example-measurement",
fields: ["exampleField1", "exampleField2"],
predicate: (r) => r.tagA == "foo" and r.tagB != "bar"
)
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for InfluxDB and this documentation. To find support, the following resources are available:
InfluxDB Cloud and InfluxDB Enterprise customers can contact InfluxData Support.