Files
grafana/public/app/plugins/datasource/mixed/plugin.json
2023-06-14 12:36:21 +03:00

26 lines
473 B
JSON

{
"type": "datasource",
"name": "-- Mixed --",
"id": "mixed",
"builtIn": true,
"info": {
"description": "Lets you query multiple data sources in the same panel.",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"logos": {
"small": "img/icn-mixeddatasources.svg",
"large": "img/icn-mixeddatasources.svg"
}
},
"mixed": true,
"metrics": true,
"queryOptions": {
"minInterval": true
}
}