grafana/pkg/tsdb/elasticsearch
Dimitris Sotirakis 0d08881876
Elasticsearch: Convert Timeseries and Tables to Dataframes (#34710)
* Rebase (broken tests)

* Removed tables - refactored processAggregationDocs func

* Tests cleanup

* Nit - add space in percentile legend titles

* Fix labels naming - use metricAggType map

* Fix bug which appended same fields over and over again

* Replace test with dataframes

* Fix tests

* Add nolint:gocyclo - will need refactoring

* Move frames tags assignment

* Add failing test fo when ES server is booting up

* Revert "Add failing test fo when ES server is booting up"

This reverts commit fd14a1fd5e.

Co-authored-by: Elfo404 <me@giordanoricci.com>
2021-06-18 13:26:19 +03:00
..
client Elasticsearch: Add Top Metrics Aggregation and X-Pack support (#33041) 2021-06-04 11:07:59 +01:00
elasticsearch.go Datasource: Shared HTTP client provider for core backend data sources and any data source using the data source proxy (#33439) 2021-05-19 23:53:41 +02:00
models.go Elasticsearch: Add Top Metrics Aggregation and X-Pack support (#33041) 2021-06-04 11:07:59 +01:00
response_parser_test.go Elasticsearch: Convert Timeseries and Tables to Dataframes (#34710) 2021-06-18 13:26:19 +03:00
response_parser.go Elasticsearch: Convert Timeseries and Tables to Dataframes (#34710) 2021-06-18 13:26:19 +03:00
time_series_query_test.go Elasticsearch: Fix min_doc_count value when alerting (#35254) 2021-06-04 16:42:00 +02:00
time_series_query.go Elasticsearch: Fix min_doc_count value when alerting (#35254) 2021-06-04 16:42:00 +02:00