grafana/public/app/plugins/datasource/influxdb
Brendan O'Handley aed020d9b5
Influxdb: Fix missing columns with raw query (#64058)
* add selected columns to table when select object is not in query model because of rawQuery

* handle * and SHOW raw queries

* handle metricFindQuery

* Update public/app/plugins/datasource/influxdb/response_parser.ts

Co-authored-by: ismail simsek <ismailsimsek09@gmail.com>

* Update public/app/plugins/datasource/influxdb/response_parser.ts

Co-authored-by: ismail simsek <ismailsimsek09@gmail.com>

* Update public/app/plugins/datasource/influxdb/response_parser.ts

Co-authored-by: ismail simsek <ismailsimsek09@gmail.com>

---------

Co-authored-by: ismail simsek <ismailsimsek09@gmail.com>
2023-03-03 13:28:58 -05:00
..
components InfluxDB: Update InfluxQL querybuilder to qualify identifiers (#62230) 2023-03-02 15:05:24 +01:00
img update influx logo 2017-02-13 18:19:14 -08:00
specs Chore: more ts test fixes (#63438) 2023-02-23 10:07:44 +00:00
constants.ts InfluxDB: Remove browser ('direct' access) mode. (#53529) 2022-08-17 09:40:21 -03:00
datasource.mock.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
datasource.ts InfluxDB ds: Query variable breaks trying to interpolate __interval (#63682) 2023-02-23 20:30:20 +01:00
influx_query_model.ts InfluxDB: Update InfluxQL querybuilder to qualify identifiers (#62230) 2023-03-02 15:05:24 +01:00
influxQLMetadataQuery.ts InfluxDB: Update InfluxQL querybuilder to qualify identifiers (#62230) 2023-03-02 15:05:24 +01:00
migrations.ts Influxdb Datasource: Remove angular dependencies for Influxdb influxql annotations (#52546) 2022-08-17 13:20:46 -04:00
module.ts Influxdb Datasource: Remove angular dependencies for Influxdb influxql annotations (#52546) 2022-08-17 13:20:46 -04:00
plugin.json Plugins: Set backend metadata property for core plugins (#43349) 2021-12-22 17:59:26 +01:00
query_builder.ts InfluxDB: Update InfluxQL querybuilder to qualify identifiers (#62230) 2023-03-02 15:05:24 +01:00
query_help.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
query_part.ts InfluxDB: Update InfluxQL querybuilder to qualify identifiers (#62230) 2023-03-02 15:05:24 +01:00
queryUtils.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
queryUtils.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
README.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
response_parser.ts Influxdb: Fix missing columns with raw query (#64058) 2023-03-03 13:28:58 -05:00
types.ts InfluxDB: Move database information into jsondata (#62308) 2023-01-31 14:38:02 +01:00

InfluxDB data source

Grafana ships with built-in support for InfluxDB releases >0.9.x.

There are separate data sources for InfluxDB in Grafana: the latest InfluxDB release and InfluxDB 0.8.x that Grafana maintains support for as a convenience for its existing users. InfluxDB no longer maintains release 0.8.

The API and capabilities of the latest release of InfluxDB are completely different from those of InfluxDB 0.8.x, which is why Grafana handles them as different data sources.

For more information, refer to Using InfluxDB in Grafana.