grafana/public/app/plugins/datasource/mixed
Ryan McKinley 1d7bb2a763 DataSourceApi: convert interface to abstract class (#16979)
* DataSourceApi as class

* add diff signature

* Prometheus: moved directUrl to jsonData
2019-05-10 11:37:43 +02:00
..
datasource.ts DataSourceApi: convert interface to abstract class (#16979) 2019-05-10 11:37:43 +02:00
module.ts cleanup: removed unused typescript typings import 2018-01-04 10:12:02 +01:00
plugin.json Show min interval query option for mixed datasource (#9467) 2017-10-09 12:56:34 +02:00
README.md feat(plugins): adds a readme for every native plugin 2016-03-30 23:33:30 +02:00

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.