Influx: Support flux in the influx datasource (#25308)
* add flux * add token to datasource config editor * add backend for flux * make the interpolated query available in query inspector * go mod tidy * Chore: fixes a couple of strict null errors in influxdb plugin Co-authored-by: kyle <kyle@grafana.com> Co-authored-by: Lukas Siatka <lukasz.siatka@grafana.com>
Showing
This diff is collapsed.
Click to expand it.
pkg/tsdb/influxdb/flux/builder.go
0 → 100644
pkg/tsdb/influxdb/flux/builder_test.go
0 → 100644
pkg/tsdb/influxdb/flux/converters.go
0 → 100644
pkg/tsdb/influxdb/flux/executor.go
0 → 100644
pkg/tsdb/influxdb/flux/executor_test.go
0 → 100644
pkg/tsdb/influxdb/flux/flux.go
0 → 100644
pkg/tsdb/influxdb/flux/macros.go
0 → 100644
pkg/tsdb/influxdb/flux/macros_test.go
0 → 100644
pkg/tsdb/influxdb/flux/query_models.go
0 → 100644
pkg/tsdb/influxdb/flux/testdata/buckets.csv
0 → 100644
pkg/tsdb/influxdb/flux/testdata/grouping.csv
0 → 100644
pkg/tsdb/influxdb/flux/testdata/multiple.csv
0 → 100644
pkg/tsdb/influxdb/flux/testdata/simple.csv
0 → 100644
Please
register
or
sign in
to comment