mirror of
https://github.com/grafana/grafana.git
synced 2025-02-03 20:21:01 -06:00
f44c0f0643
* changed so data query response always it returned in the correct order when using mixed data sources. * refactored the code to make it a bit simpler and not failing the tests. * changed to simple array type. |
||
---|---|---|
.. | ||
MixedDataSource.test.ts | ||
MixedDataSource.ts | ||
module.ts | ||
plugin.json | ||
README.md |
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.