303e70db25
pkg/tsdb/elasticsearch/response_parser.go: simplify redundant code
...
$ gometalinter --vendor --disable-all --enable=megacheck --disable=gotype --deadline=6m ./...
pkg/tsdb/elasticsearch/response_parser.go:95:41⚠️ should use make(map[string]string) instead (S1019) (megacheck)
pkg/tsdb/elasticsearch/response_parser.go:125:41⚠️ should use make(map[string]string) instead (S1019) (megacheck)
pkg/tsdb/elasticsearch/response_parser.go:317:5⚠️ redundant break statement (S1023) (megacheck)
pkg/tsdb/elasticsearch/response_parser.go:358:5⚠️ redundant break statement (S1023) (megacheck)
2018-09-20 20:07:03 +02:00
38906acda9
elasticsearch: sort bucket keys to fix issue wth response parser tests
2018-06-04 15:15:47 +02:00
16c3566a87
elasticsearch: handle NaN values
2018-05-23 22:57:46 +02:00
4840adff00
elasticsearch: refactor query handling and use new es simple client
...
Removes moment dependency.
Adds response parser tests (based on frontend tests).
Adds time series query tests (based on frontend tests).
Fixes various issues related to response parsing and building search request queries.
Added support for extended stats metrics and geo hash grid aggregations.
2018-05-23 15:09:58 +02:00
4050fce220
add response_parser test
2018-03-28 12:35:05 +08:00
06f7332156
cleanup and add more test
2018-03-28 01:42:25 +08:00
63a200686e
- pipeline aggs support
...
- add some test
2018-03-26 19:48:57 +08:00
1e275d0cd1
set right series name
...
Signed-off-by: wph95 <wph657856467@gmail.com>
2018-03-25 02:18:28 +08:00
8e7d23cdeb
wip
...
Signed-off-by: wph95 <wph657856467@gmail.com>
2018-03-23 23:50:16 +08:00