grafana/pkg/tsdb/prometheus
Ivana Huckova 19ad08e6b8
Prometheus: Run exemplars explore queries through backend (#39531)
* Prometheus: Run Explore both queries trough backend

* Refactor, simplify

* Set default values for query type selector

* Run multiple queries as one query trough backend

* Remove trailing newlines

* Pass utcOffset

* Remove trailing comma

* WIP: Implementatioon of exemplars

* add sampling for exemplars

* Refactor to use response as custom metadata

* Simplify processing of exemplars

* Update, clean up

* Refactor the way how we get available exemplars

* Simplify exemplars disabling and running on frontend

* Add tests

* Update toggle

* Remove console log

* Fix go linting

* Fix e2e test

* Trigger Build

* Compare lengts, small fix

* Remove duplicated time check

* Address feedback

* Remove redundant ! as not needed

* Update
2021-10-12 13:16:09 +02:00
..
custom_query_params_middleware_test.go Chore: Refactor Prometheus custom query parameters middleware (#34814) 2021-06-01 14:59:44 +02:00
custom_query_params_middleware.go Chore: Refactor Prometheus custom query parameters middleware (#34814) 2021-06-01 14:59:44 +02:00
prometheus_test.go Prometheus: Run exemplars explore queries through backend (#39531) 2021-10-12 13:16:09 +02:00
prometheus.go Prometheus: Run exemplars explore queries through backend (#39531) 2021-10-12 13:16:09 +02:00
types.go Prometheus: Run exemplars explore queries through backend (#39531) 2021-10-12 13:16:09 +02:00