grafana/public/app/plugins/datasource/mixed
Torkel Ödegaard fcda8c235f
MixedDataSource: Support multi value data source variable that issues a query to each data source (#87586)
* Revert "Revert "MixedDataSource: Support multi value data source variable tha…"

This reverts commit 979d87f46f.

* fix issue
2024-05-10 16:03:25 +02:00
..
img DS Picker: Use new built-in DS icons (#69797) 2023-06-14 12:36:21 +03:00
MixedDataSource.test.ts MixedDataSource: Support multi value data source variable that issues a query to each data source (#87586) 2024-05-10 16:03:25 +02:00
MixedDataSource.ts MixedDataSource: Support multi value data source variable that issues a query to each data source (#87586) 2024-05-10 16:03:25 +02:00
module.ts MixedDataSource: refactor, cleanup, and add tests (#18948) 2019-09-09 11:29:37 +02:00
plugin.json DS Picker: Use new built-in DS icons (#69797) 2023-06-14 12:36:21 +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.