grafana/public/app/plugins/datasource/mixed
kay delaney bad048b7ba
Performance: Standardize lodash imports to use destructured members (#33040)
* Performance: Standardize lodash imports to use destructured members
Changes lodash imports of the form `import x from 'lodash/x'` to
`import { x } from 'lodash'` to reduce bundle size.

* Remove unnecessary _ import from Graph component

* Enforce lodash import style

* Fix remaining lodash imports
2021-04-21 09:38:00 +02:00
..
MixedDataSource.test.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
MixedDataSource.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02: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 Docs: Minor edits to the README and several md files (#19238) 2019-09-20 00:04:56 +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.