grafana/public/app/plugins/datasource/mixed
Kuba Siemiatkowski f8faacd54a
Datasource: Overhaul plugin error handling and action buttons (#67014)
* - initial work on data source config page

* - add links to test status box
- add tracking function

* - add test for the DataSourceConfigAlert component

* - fix flicker of the alert box

* - fix the build

* - small improvements

* - fix failing build

* - fix failing unit tests

* - prettier and betterer fixes

* - fix failing e2e tests

* - fix build again

* - rewrite solution according to the PR comments

* - cleanup

* - fix failing e2e

* - use absolute path in link

* Minor fixes

---------

Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2023-04-28 15:57:17 +02:00
..
MixedDataSource.test.ts Chore: fix type errors in tests (#63270) 2023-02-14 16:46:42 +01:00
MixedDataSource.ts Datasource: Overhaul plugin error handling and action buttons (#67014) 2023-04-28 15:57:17 +02:00
module.ts MixedDataSource: refactor, cleanup, and add tests (#18948) 2019-09-09 11:29:37 +02:00
plugin.json [Under FF] New DS Picker with advance mode (#66566) 2023-04-19 16:08:09 +03:00
README.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00

Mixed Data Source - Native Plugin

This is a built in data source that allows you to mix different data source on the same graph! You can enable this by selecting the built in -- Mixed -- data source. When selected this will allow you to specify data source on a per query basis. This will, for example, allow you to plot metrics from different Graphite servers on the same Graph or plot data from Elasticsearch alongside data from Prometheus. Mixing different data sources on the same graph works for any data source, even custom ones.