grafana/public/app/plugins/datasource/prometheus/components
Zoltán Bedi b649bfc270
Prometheus: Add support for Exemplars (#28057)
* Fix typos

* Query exemplars API

* Add link to traceID

* Update exemplar to show more information

Reduce exemplars density

* Fix typos

* Query exemplars API

* Add link to traceID

* Update exemplar to show more information

Reduce exemplars density

* Update GraphNG legend type

* Show new graph component in Explore

* Add exemplar annotation a design update

* Graph panel not to show red line annotation

Exemplar plugin to use y value

* Address review comments

* Density filter for exemplars

* Update schema of exemplars

* Density filter with y-value sampling

* Enforce axis scales to include 0

* Changes after merge with master

* Show metrics when there is no result

* Decorators tests fix

* ExemplarMarker to receive component prop

* Remove context menu from explore graph

* Add color to graph

* Update explore graph panel

* Update graph config to use default values

* Fix data source tests

* Do not show exemplars outside of graph

* Add exemplars switch

* Fix typos

* Add exemplars query only when enabled

* Show graph in explore without filling it

* Update exemplars plugin y value scale selection

* Update tests

* Add data source picker for internal linking

* Increase pointSize for better visibility

* Fix explore e2e test

* Fix data link title variable interpolation

* Use new switch component in PromExemplarField

* Move FieldLink component to new file

* Convert exemplar to datalink

* Add legend toggling logic to Explore

* Add legend toggling to Explore

* Address Ivana's feedback

* Address Andrej's comments

* Address Gio's feedback

* Add tests for result_transformer

* Fix eslint issues

* Change sampler formula for better readability

Co-authored-by: David Kaltschmidt <david@leia.lan>
Co-authored-by: David Kaltschmidt <david@leia.fritz.box>
Co-authored-by: David Kaltschmidt <david.kaltschmidt@gmail.com>
2021-01-15 16:20:20 +01:00
..
__snapshots__ Prometheus: Add support for Exemplars (#28057) 2021-01-15 16:20:20 +01:00
PromCheatSheet.tsx Chore: Enable eslint-plugin-react partial rules (#29428) 2020-12-01 16:19:52 +01:00
PromExemplarField.tsx Prometheus: Add support for Exemplars (#28057) 2021-01-15 16:20:20 +01:00
PromExploreExtraField.test.tsx Prometheus: Add support for Exemplars (#28057) 2021-01-15 16:20:20 +01:00
PromExploreExtraField.tsx Prometheus: Add support for Exemplars (#28057) 2021-01-15 16:20:20 +01:00
PromExploreQueryEditor.test.tsx IntelliSense: Fix autocomplete and highlighting for Loki, Prometheus, Cloudwatch (#29381) 2020-12-02 14:09:55 +01:00
PromExploreQueryEditor.tsx Prometheus: Add support for Exemplars (#28057) 2021-01-15 16:20:20 +01:00
PromLink.test.tsx Prometheus: Fix link to Prometheus graph in dashboard (#29543) 2020-12-04 17:01:43 +01:00
PromLink.tsx Prometheus: Fix link to Prometheus graph in dashboard (#29543) 2020-12-04 17:01:43 +01:00
PromQueryEditor.test.tsx Refactor: move some files to @grafana/data (#17952) 2019-07-06 08:05:53 +02:00
PromQueryEditor.tsx Prometheus: Add support for Exemplars (#28057) 2021-01-15 16:20:20 +01:00
PromQueryField.test.tsx Prometheus: Improve autocomplete performance and remove disabling of dynamic label lookup (#30199) 2021-01-14 15:45:45 +01:00
PromQueryField.tsx Prometheus: Improve autocomplete performance and remove disabling of dynamic label lookup (#30199) 2021-01-14 15:45:45 +01:00