grafana/pkg/tsdb/influxdb
Stephen SORRIAUX 3866839b19 Datasources: add support for POST HTTP verb for InfluxDB (#16690)
A new parameter `queryMode` is added to the InfluxDB datasource to provide a way to use POST instead of GET when querying the database. This prevents to get any error when querying the database with a heavy request.
Default configuration is kept to GET for backward compatibility. Tests and documentation have been added for this new behaviour.
2019-05-02 15:30:37 +02:00
..
influxdb_test.go Datasources: add support for POST HTTP verb for InfluxDB (#16690) 2019-05-02 15:30:37 +02:00
influxdb.go Datasources: add support for POST HTTP verb for InfluxDB (#16690) 2019-05-02 15:30:37 +02:00
model_parser_test.go Add support for InfluxDB's time zone clause (backend) 2018-12-21 16:49:01 +01:00
model_parser.go Add support for InfluxDB's time zone clause (backend) 2018-12-21 16:49:01 +01:00
models.go Add support for InfluxDB's time zone clause (backend) 2018-12-21 16:49:01 +01:00
query_part_test.go added support for influxdb non_negative_difference function in tsdb 2019-02-13 18:12:35 +05:30
query_part.go added support for influxdb non_negative_difference function in tsdb for alerting 2019-02-13 17:55:31 +05:30
query_test.go Add support for InfluxDB's time zone clause (backend) 2018-12-21 16:49:01 +01:00
query.go Chore: a bit of spring cleaning (#16710) 2019-04-23 11:24:47 +03:00
response_parser_test.go InfluxDB: Fix tag names with periods in alerting (#16255) 2019-03-27 23:13:12 +07:00
response_parser.go InfluxDB: Fix tag names with periods in alerting (#16255) 2019-03-27 23:13:12 +07:00