mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* Allow dashboardDS to run in mixedDS * Make mixedDS panel wait for dashboardDS panel to load first * cleanup * cleanup * refresh dashboardDS queries within mixedDS when source panel changes * more tests * fix * fixes scenario where source returns an error * do not allow dashboardDS references to mixedDS targets that contain other dashboardDS panels * test * lint * Show invalid panels as invalid and with a message * refactor * avoid bunching shared dashboard queries * skip instead of debouncing to avoid stale data * debouce dashboard ds result stream when coming from mixed ds * restore unnecessarily touched files * fix import * increase debounce interval value to account for slower machines --------- Co-authored-by: Sergej-Vlasov <sergej.s.vlasov@gmail.com>
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.