grafana/public/app/plugins/datasource/mixed
2018-08-29 14:26:50 +02:00
..
datasource.ts changed var to const (#13061) 2018-08-29 14:26:50 +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.