grafana/public/app/plugins/datasource/mixed
Ashley Harrison f8d89eff56
Chore: fix type errors in tests (#63270)
* fix any's in tests

* fix more any's in tests

* more test type fixes

* fixing any's in tests part 3

* more test type fixes

* fixing test any's p5

* some tidy up

* fix template_srv
2023-02-14 16:46:42 +01:00
..
MixedDataSource.test.ts Chore: fix type errors in tests (#63270) 2023-02-14 16:46:42 +01:00
MixedDataSource.ts Chore: more type fixes (#62952) 2023-02-09 09:03:13 +00:00
module.ts MixedDataSource: refactor, cleanup, and add tests (#18948) 2019-09-09 11:29:37 +02:00
plugin.json DataSource: don't filter hidden queries automatically (#20088) 2019-10-30 09:51:13 -07:00
README.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00

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.