Torkel Ödegaard 140ecbcf79 QueryProcessing: Observable query interface and RxJS for query & stream processing (#18899) 6 tahun lalu
..
MixedDataSource.test.ts 140ecbcf79 QueryProcessing: Observable query interface and RxJS for query & stream processing (#18899) 6 tahun lalu
MixedDataSource.ts 140ecbcf79 QueryProcessing: Observable query interface and RxJS for query & stream processing (#18899) 6 tahun lalu
README.md 45b90972dc feat(plugins): adds a readme for every native plugin 9 tahun lalu
module.ts 62a808bf1f MixedDataSource: refactor, cleanup, and add tests (#18948) 6 tahun lalu
plugin.json 13f55bc5e8 MixedDatasource: don't filter hidden queries before sending to datasources (#18814) 6 tahun lalu

README.md

Mixed Datasource - Native Plugin

This is a built in datasource that allows you to mix different datasource 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.