grafana/pkg/tsdb
Sven Klemm b987aee7cf add timescaledb option to postgres datasource
This adds an option to the postgres datasource config for
timescaledb support. When set to auto it will check for
timescaledb when testing the datasource.

When this option is enabled the $__timeGroup macro will
use the time_bucket function from timescaledb to group
times by an interval.

This also passes the datasource edit control to testDatasource
to allow for setting additional settings, this might be useful
for other datasources aswell which have optional or version
dependant features which can be queried.
2018-08-09 10:05:35 +02:00
..
cloudwatch Add new Redshift metrics and dimensions for Cloudwatch datasource 2018-08-02 14:45:24 +02:00
elasticsearch elasticsearch: support reversed index patterns 2018-07-26 21:39:02 +02:00
graphite graphite: adds more traces for alerting 2018-03-21 13:16:59 +01:00
influxdb tests: rewrite into table tests 2018-06-14 20:33:36 +02:00
mssql change fillmode from last to previous 2018-08-07 21:01:41 +02:00
mysql change fillmode from last to previous 2018-08-07 21:01:41 +02:00
opentsdb pkg/tsdb: fix ineffassign isues 2018-04-22 20:51:58 +02:00
postgres add timescaledb option to postgres datasource 2018-08-09 10:05:35 +02:00
prometheus fix unconvert issues 2018-04-16 20:04:58 +02:00
testdata Devenv testdata dashboards (#12615) 2018-07-16 03:12:13 -07:00
fake_test.go follow go idiom and return error as second param 2017-09-21 18:04:16 +02:00
interval_test.go Initial Baby Step to refactoring settings from global vars to instance (#11777) 2018-04-30 16:21:04 +02:00
interval.go Remove redundancy in variable declarations (golint) 2018-04-27 22:14:36 +02: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 sql: seconds epochs are now correctly converted to ms. 2018-05-29 08:44:03 +02:00
sql_engine.go change fillmode from last to previous 2018-08-07 21:01:41 +02: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