grafana/pkg/tsdb/influxdb
Joey Tawadrous 955b921c88
InfluxDB: new row value types (#44789)
* Check type and act accordingly

* Add string type

* Add bool type

* Change method name in test

* Remove comment

* Changed test var names to represent the float case

* Added string test case

* Added bool test case

* Update response in test

* Change string val

* Fix frame meta missing in tests

* Fixed test parse query

* Fixed out of bounds test

* parseFloatSeries

* parseStringSeries and parseBoolSeries

* Formatting

* Use multi frames for now

* strings.ToLower for time col check

* Move timeField out of if checks
2022-02-18 17:37:45 +00:00
..
flux InfluxDB: Flux: make $__interval and $__interval_ms work in alerting (#38889) 2021-09-27 12:03:04 +02:00
models Chore: Refactor influxdb to use SDK contracts (#36189) 2021-07-19 11:32:33 +02:00
influxdb_test.go Plugins: Core plugins register via backend factory provider (#43171) 2022-01-20 18:16:22 +01:00
influxdb.go InfluxDB: backend migration (run query in explore) (#43352) 2022-02-09 18:26:16 +00:00
model_parser_test.go InfluxDB: backend migration (run query in explore) (#43352) 2022-02-09 18:26:16 +00:00
model_parser.go InfluxDB: backend migration (run query in explore) (#43352) 2022-02-09 18:26:16 +00:00
models.go InfluxDB: backend migration (run query in explore) (#43352) 2022-02-09 18:26:16 +00:00
query_part_test.go Chore: Refactor influxdb to use SDK contracts (#36189) 2021-07-19 11:32:33 +02:00
query_part.go Chore: Refactor influxdb to use SDK contracts (#36189) 2021-07-19 11:32:33 +02:00
query_test.go InfluxDB: backend migration (run query in explore) (#43352) 2022-02-09 18:26:16 +00:00
query.go InfluxDB: backend migration (run query in explore) (#43352) 2022-02-09 18:26:16 +00:00
response_parser_test.go InfluxDB: new row value types (#44789) 2022-02-18 17:37:45 +00:00
response_parser.go InfluxDB: new row value types (#44789) 2022-02-18 17:37:45 +00:00