mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 09:26:43 -06:00
3866839b19
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. |
||
---|---|---|
.. | ||
influxdb_test.go | ||
influxdb.go | ||
model_parser_test.go | ||
model_parser.go | ||
models.go | ||
query_part_test.go | ||
query_part.go | ||
query_test.go | ||
query.go | ||
response_parser_test.go | ||
response_parser.go |