grafana/pkg/tsdb
Marcus Efraimsson 32a45077e7
Elasticsearch: Fix pre-v7.0 and alerting error (#16904)
This fixes a regression introduced in #16646 where using Elasticsearch 
pre-v7.0 and alerting resulted in an error when trying to deserialize the 
response of total number of hits.
Total number of hits is not in use by the backend so we're removing it 
for now to make ES 6 and 7 being able to deserialize search responses 
without errors.

Closes #15622
2019-05-06 15:12:18 +02:00
..
azuremonitor build: fix integer overflow in pkg/tsdb tests on 32bit platforms (#16818) 2019-05-06 09:27:45 +02:00
cloudwatch CloudWatch: Use default alias if there is no alias for metrics (#16732) 2019-04-24 10:00:02 +02:00
elasticsearch Elasticsearch: Fix pre-v7.0 and alerting error (#16904) 2019-05-06 15:12:18 +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 build: fix integer overflow in pkg/tsdb tests on 32bit platforms (#16818) 2019-05-06 09:27:45 +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 build: fix integer overflow in pkg/tsdb tests on 32bit platforms (#16818) 2019-05-06 09:27:45 +02: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 build: fix integer overflow in pkg/tsdb tests on 32bit platforms (#16818) 2019-05-06 09:27:45 +02: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