grafana/pkg/tsdb
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
..
azuremonitor azuremonitor: don't use make for maps and array 2019-02-11 14:42:12 +01:00
cloudwatch CloudWatch: Use default alias if there is no alias for metrics (#16732) 2019-04-24 10:00:02 +02:00
elasticsearch elasticsearch: add 7.x version support (#16646) 2019-04-25 09:41:13 +02:00
graphite Security: Store datasource passwords encrypted in secureJsonData (#16175) 2019-04-15 11:11:17 +02:00
influxdb Datasources: add support for POST HTTP verb for InfluxDB (#16690) 2019-05-02 15:30:37 +02:00
mssql Security: Store datasource passwords encrypted in secureJsonData (#16175) 2019-04-15 11:11:17 +02:00
mysql Security: Store datasource passwords encrypted in secureJsonData (#16175) 2019-04-15 11:11:17 +02:00
opentsdb Security: Store datasource passwords encrypted in secureJsonData (#16175) 2019-04-15 11:11:17 +02:00
postgres Chore: a bit of spring cleaning (#16710) 2019-04-23 11:24:47 +03:00
prometheus Security: Store datasource passwords encrypted in secureJsonData (#16175) 2019-04-15 11:11:17 +02:00
stackdriver stackdriver: fix for float64 bounds for distribution metrics 2019-02-24 17:37:26 +01:00
testdata Streaming: support streaming and a javascript test datasource (#16729) 2019-04-25 14:01:02 -04:00
fake_test.go follow go idiom and return error as second param 2017-09-21 18:04:16 +02:00
interval_test.go azuremonitor: fix auto interval calculation on backend 2019-02-11 13:27:08 +01:00
interval.go interval: make the FormatDuration function public 2019-02-11 11:25:51 +01:00
models.go kill plugin processes when grafana shuts down 2017-12-07 16:59:35 +01:00
query_endpoint.go follow go idiom and return error as second param 2017-09-21 18:04:16 +02:00
request.go follow go idiom and return error as second param 2017-09-21 18:04:16 +02:00
sql_engine_test.go let each sql datasource handle timeFrom and timeTo macros 2018-11-30 14:30:02 +01:00
sql_engine.go let each sql datasource handle timeFrom and timeTo macros 2018-11-30 14:30:02 +01:00
time_range_test.go Review tsdb protobuf contract 2018-01-11 15:01:49 +01:00
time_range.go Outdent code after if block that ends with return (golint) 2018-04-27 23:10:43 +02:00
tsdb_test.go follow go idiom and return error as second param 2017-09-21 18:04:16 +02:00