The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/public/app/plugins/datasource/mixed
Axel 6ce990af57 Show min interval query option for mixed datasource (#9467) 8 years ago
..
README.md feat(plugins): adds a readme for every native plugin 9 years ago
datasource.ts typescript: updated tslint and fixed new warnings 8 years ago
module.ts tech: removing unused variables from typescript files, and making tslint rules more strict 8 years ago
plugin.json Show min interval query option for mixed datasource (#9467) 8 years ago

README.md

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.