mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00

* update some links in plugin jsons update backend tests * fix the test * fix the test * Update public/app/plugins/datasource/azuremonitor/plugin.json Co-authored-by: David Harris <david.harris@grafana.com> * more docs links added, fix tests --------- Co-authored-by: David Harris <david.harris@grafana.com>
30 lines
702 B
JSON
30 lines
702 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"
|
|
},
|
|
"links": [
|
|
{ "name": "Raise issue", "url": "https://github.com/grafana/grafana/issues/new" },
|
|
{ "name": "Documentation", "url": "https://grafana.com/docs/grafana/latest/datasources/#special-data-sources" }
|
|
]
|
|
},
|
|
|
|
"mixed": true,
|
|
"metrics": true,
|
|
|
|
"queryOptions": {
|
|
"minInterval": true
|
|
}
|
|
}
|